We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74c6a7 commit ce4fa90Copy full SHA for ce4fa90
dd-smoke-tests/maven/src/test/groovy/datadog/smoketest/MavenSmokeTest.groovy
@@ -35,6 +35,9 @@ import static org.junit.jupiter.api.Assumptions.assumeTrue
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
+})
41
class MavenSmokeTest extends CiVisibilitySmokeTest {
42
43
private static final Logger LOGGER = LoggerFactory.getLogger(MavenSmokeTest)
0 commit comments