Skip to content

Commit 490ec29

Browse files
Automatic merge of master into galahad
2 parents 47af3be + b637f7f commit 490ec29

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed
-418 Bytes
Loading
39 KB
Loading

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)