Skip to content

Commit d64cf86

Browse files
DimitrisJimyouknowone
authored andcommitted
Skip tests that cause RustPython to hang.
1 parent 5d4faf0 commit d64cf86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/lock_tests.py

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ def _with(err=None):
161161
# Check the lock is unacquired
162162
Bunch(f, 1).wait_for_finished()
163163

164+
@unittest.skip("TODO: RUSTPYTHON, sometimes hangs")
164165
def test_thread_leak(self):
165166
# The lock shouldn't leak a Thread instance when used from a foreign
166167
# (non-threading) thread.

0 commit comments

Comments
 (0)