Skip to content

Commit e92921f

Browse files
committed
Disable test on OpenJ9
1 parent e62a01c commit e92921f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platform-tooling-support-tests/src/test/java/platform/tooling/support/tests/GraalVmStarterTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@
2222
import de.sormuras.bartholdy.tool.GradleWrapper;
2323

2424
import org.junit.jupiter.api.Test;
25+
import org.junit.jupiter.api.extension.DisabledOnOpenJ9;
2526

2627
import platform.tooling.support.MavenRepo;
2728
import platform.tooling.support.Request;
2829

2930
/**
3031
* @since 1.9.1
3132
*/
33+
@DisabledOnOpenJ9
3234
class GraalVmStarterTests {
3335

3436
@Test

0 commit comments

Comments
 (0)