We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9956a7d commit 03cd4b2Copy full SHA for 03cd4b2
tests/debugger/test_debugger_probe_snapshot.py
@@ -114,7 +114,6 @@ def setup_code_origin_entry_present(self):
114
115
@features.debugger_code_origins
116
@missing_feature(context.library == "dotnet", reason="Entry spans code origins not yet implemented")
117
- @missing_feature(context.library == "java", reason="Entry spans code origins not yet implemented for spring-mvc")
118
@missing_feature(context.library == "nodejs", reason="Entry spans code origins not yet implemented for express")
119
@missing_feature(context.library == "ruby", reason="Entry spans code origins not yet implemented")
120
def test_code_origin_entry_present(self):
0 commit comments