Skip to content

Commit 1dd2c2d

Browse files
fix(concurrency): Exclude non temurin JDK (#9532)
1 parent 8f4fb42 commit 1dd2c2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dd-smoke-tests/concurrent/java-25/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ext {
1010
// Relying on forked JVM 25 is hardcoded in the test suites (see createProcessBuilder()).
1111
minJavaVersionForTests = JavaVersion.VERSION_1_8
1212
maxJavaVersionForTests = JavaVersion.VERSION_1_8
13+
// Only runs on Temurin build as it spawns a Temurin 25 for test process.
14+
excludeJdk = ['IBM8', 'SEMERU8']
1315
}
1416

1517
apply from: "$rootDir/gradle/java.gradle"

0 commit comments

Comments
 (0)