Skip to content

Commit

Permalink
Enable the W3C Phase 3 test for cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharycmontoya committed Dec 4, 2024
1 parent 71cb900 commit 068d3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/parametric/test_headers_tracecontext.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ def test_tracestate_w3c_p_inject(self, test_agent, test_library):
@missing_feature(context.library < "php@0.99.0", reason="Not implemented")
@missing_feature(context.library < "nodejs@5.6.0", reason="Not implemented")
@missing_feature(context.library < "java@1.39.0", reason="Not implemented")
@missing_feature(context.library == "cpp", reason="Not implemented")
@missing_feature(context.library < "cpp@1.0.0", reason="Not implemented")
@missing_feature(context.library < "ruby@2.0.0", reason="Not implemented")
@missing_feature(context.library < "golang@1.64.0", reason="Not implemented")
@pytest.mark.parametrize("library_env", [{"DD_TRACE_PROPAGATION_STYLE": "datadog,tracecontext"}])
Expand Down

0 comments on commit 068d3af

Please sign in to comment.