Skip to content

Commit 7db3d6b

Browse files
committed
Add more CSS tests for java
1 parent 8d68e61 commit 7db3d6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/stats/test_stats.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ def test_client_stats(self):
6262
), "expect exactly 5 'No Content' hits and top level hits across all payloads"
6363

6464
@missing_feature(
65-
context.library in ("cpp", "dotnet", "golang", "java", "nodejs", "php", "python", "ruby"),
65+
condition=context.library in ("cpp", "dotnet", "golang", "nodejs", "php", "python", "ruby")
66+
or context.library < "[email protected]",
6667
reason="Tracers have not implemented this feature yet.",
6768
)
6869
def test_is_trace_root(self):

0 commit comments

Comments
 (0)