We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8960b commit fd887e0Copy full SHA for fd887e0
1 file changed
dd-smoke-tests/maven/src/test/groovy/datadog/smoketest/MavenSmokeTest.groovy
@@ -32,9 +32,6 @@ import java.util.concurrent.TimeoutException
32
33
import static org.junit.jupiter.api.Assumptions.assumeTrue
34
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
-})
38
@IgnoreIf(reason = "IBM8 has flaky AES-GCM TLS failures when downloading Maven artifacts", value = {
39
JavaVirtualMachine.isIbm8()
40
})
0 commit comments