Skip to content

Commit b637f7f

Browse files
committed
[GR-68675] Disable crashing com.oracle.truffle.api.test.polyglot.LoomTest.
PullRequest: graal/21840
2 parents 86ab153 + 91cf568 commit b637f7f

File tree

1 file changed

+2
-0
lines changed
  • truffle/src/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/polyglot

1 file changed

+2
-0
lines changed

truffle/src/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/polyglot/LoomTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
import org.graalvm.polyglot.Context;
4848
import org.graalvm.polyglot.Value;
4949
import org.junit.Assume;
50+
import org.junit.Ignore;
5051
import org.junit.Test;
5152

5253
import java.io.ByteArrayOutputStream;
@@ -75,6 +76,7 @@ public void testEmbedderVirtualThread() throws Throwable {
7576
}
7677

7778
@Test
79+
@Ignore("GR-68675")
7880
public void testManyVirtualThreads() throws Throwable {
7981
Assume.assumeTrue(canCreateVirtualThreads() && !TruffleOptions.AOT);
8082

0 commit comments

Comments
 (0)