Skip to content

Commit

Permalink
update annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
khanayan123 committed Jan 9, 2025
1 parent 9f484c5 commit 54b89be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/parametric/test_trace_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ def test_trace_sampled_by_trace_sampling_rule_glob_match(self, test_agent, test_
},
],
)
@missing_feature(library="cpp", reason="Not implemented")
@missing_feature(library="nodejs", reason="Not implemented")
@bug(library="cpp", reason="Not implemented")
@bug(library="nodejs", reason="Not implemented")
def test_field_case_insensitivity(self, test_agent, test_library):
"""Test span sampling tags are added when a rule with glob patterns with special characters * and ? match"""
with test_library:
Expand Down

0 comments on commit 54b89be

Please sign in to comment.