Skip to content

Commit 9c5584f

Browse files
committed
disable Scala test for JDK < 21
1 parent 633214e commit 9c5584f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dd-java-agent/agent-debugger/src/test/java/com/datadog/debugger/agent/CapturedSnapshotTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ public void methodProbeLineProbeMix() throws IOException, URISyntaxException {
599599
}
600600

601601
@Test
602+
@EnabledForJreRange(min = JRE.JAVA_21)
602603
public void sourceFileProbeScala() throws IOException, URISyntaxException {
603604
final String CLASS_NAME = "CapturedSnapshot101";
604605
final String FILE_NAME = CLASS_NAME + SCALA_EXT;

0 commit comments

Comments
 (0)