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.
2 parents 86ab153 + 91cf568 commit b637f7fCopy full SHA for b637f7f
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