We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00db562 commit 91cf568Copy full SHA for 91cf568
truffle/src/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/polyglot/LoomTest.java
@@ -47,6 +47,7 @@
47
import org.graalvm.polyglot.Context;
48
import org.graalvm.polyglot.Value;
49
import org.junit.Assume;
50
+import org.junit.Ignore;
51
import org.junit.Test;
52
53
import java.io.ByteArrayOutputStream;
@@ -75,6 +76,7 @@ public void testEmbedderVirtualThread() throws Throwable {
75
76
}
77
78
@Test
79
+ @Ignore("GR-68675")
80
public void testManyVirtualThreads() throws Throwable {
81
Assume.assumeTrue(canCreateVirtualThreads() && !TruffleOptions.AOT);
82
0 commit comments