Skip to content

Commit 695b883

Browse files
committed
test_importlib/test_locks : skip test until support for multithreading is in
1 parent 6701a16 commit 695b883

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-python/3/test/test_importlib/test_locks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def f():
8585
self.assertEqual(len(results), NTHREADS)
8686
return results
8787

88+
@support.imp_detail("GR-16579: support for multi-threading", graalvm=False)
8889
def test_deadlock(self):
8990
results = self.run_deadlock_avoidance_test(True)
9091
# At least one of the threads detected a potential deadlock on its

0 commit comments

Comments
 (0)