Skip to content

Commit 039dfb3

Browse files
committed
Skip SharedEngineMultithreadingTests when running with polyglot isolates
1 parent cd09a2a commit 039dfb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "734294916a9baacff3c31118a6052aa3eee6efd3" }
1+
{ "overlay": "c321c8ea7d74f66b31104d0ddf4a9bc7e9b2ca25" }

graalpython/com.oracle.graal.python.test.integration/src/com/oracle/graal/python/test/integration/engine/SharedEngineMultithreadingTestBase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ public class SharedEngineMultithreadingTestBase extends PythonTests {
7777

7878
@BeforeClass
7979
public static void setupClass() {
80-
Assume.assumeFalse("Polyglot isolates may run out of socket descriptors, but apparently this just happens in our amd64 runners",
81-
Boolean.getBoolean("polyglot.engine.SpawnIsolate") && !isAArch64());
80+
Assume.assumeFalse("Polyglot isolates may run out of socket descriptors, this is to be investigated",
81+
Boolean.getBoolean("polyglot.engine.SpawnIsolate"));
8282
}
8383

8484
protected static void log(String fmt, Object... args) {

0 commit comments

Comments
 (0)