Skip to content

Commit

Permalink
enable tracecontext java tracer v1.35 (#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
am312 committed Jun 9, 2024
1 parent c4566f5 commit 4315b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/parametric/test_headers_tracecontext.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ def test_tracestate_duplicated_keys(self, test_agent, test_library):
@missing_feature(context.library < "[email protected]", reason="Not implemented")
@missing_feature(context.library < "[email protected]", reason="Not implemented")
@missing_feature(context.library < "[email protected]", reason="Not implemented")
@missing_feature(context.library == "java", reason="Not implemented")
@missing_feature(context.library < "java@1.35.0", reason="Not implemented")
@missing_feature(context.library < "[email protected]", reason="Not implemented")
@missing_feature(context.library < "[email protected]", reason="Not implemented")
def test_tracestate_w3c_p_extract(self, test_agent, test_library):
Expand Down Expand Up @@ -771,7 +771,7 @@ def test_tracestate_w3c_p_extract(self, test_agent, test_library):
@missing_feature(context.library < "[email protected]", reason="Not implemented")
@missing_feature(context.library < "[email protected]", reason="Not implemented")
@missing_feature(context.library < "[email protected]", reason="Not implemented")
@missing_feature(context.library == "java", reason="Not implemented")
@missing_feature(context.library < "java@1.35.0", reason="Not implemented")
@missing_feature(context.library < "[email protected]", reason="Not implemented")
@missing_feature(context.library < "[email protected]", reason="Not implemented")
def test_tracestate_w3c_p_inject(self, test_agent, test_library):
Expand Down

0 comments on commit 4315b80

Please sign in to comment.