Skip to content

Commit fd887e0

Browse files
chore: remove ignore to run MavenSmokeTest on JDK26
1 parent 2d8960b commit fd887e0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

dd-smoke-tests/maven/src/test/groovy/datadog/smoketest/MavenSmokeTest.groovy

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ import java.util.concurrent.TimeoutException
3232

3333
import static org.junit.jupiter.api.Assumptions.assumeTrue
3434

35-
@IgnoreIf(reason = "TODO: Fix for Java 26. Maven compiler fails to compile the tests for Java 26-ea.", value = {
36-
JavaVirtualMachine.isJavaVersionAtLeast(26)
37-
})
3835
@IgnoreIf(reason = "IBM8 has flaky AES-GCM TLS failures when downloading Maven artifacts", value = {
3936
JavaVirtualMachine.isIbm8()
4037
})

0 commit comments

Comments
 (0)