Skip to content

Commit 03cd4b2

Browse files
committed
enable code origin test for java
requires DataDog/dd-trace-java#8416 to be merged first
1 parent 9956a7d commit 03cd4b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/debugger/test_debugger_probe_snapshot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def setup_code_origin_entry_present(self):
114114

115115
@features.debugger_code_origins
116116
@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")
118117
@missing_feature(context.library == "nodejs", reason="Entry spans code origins not yet implemented for express")
119118
@missing_feature(context.library == "ruby", reason="Entry spans code origins not yet implemented")
120119
def test_code_origin_entry_present(self):

0 commit comments

Comments
 (0)