Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/stats/test_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def test_client_stats(self):
), "expect exactly 5 'No Content' hits and top level hits across all payloads"

@missing_feature(
context.library in ("cpp", "dotnet", "golang", "java", "nodejs", "php", "python", "ruby"),
condition=context.library in ("cpp", "dotnet", "golang", "nodejs", "php", "python", "ruby")
or context.library < "[email protected]",
reason="Tracers have not implemented this feature yet.",
)
def test_is_trace_root(self):
Expand Down
Loading