mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Mark failing test
This commit is contained in:
1
Lib/test/test_fork1.py
vendored
1
Lib/test/test_fork1.py
vendored
@@ -19,6 +19,7 @@ if not support.has_fork_support:
|
||||
|
||||
|
||||
class ForkTest(ForkWait):
|
||||
@unittest.expectedFailure # TODO: RUSTPYTHON; AssertionError: process 44587 exited with code 1, but exit code 42 is expected
|
||||
def test_threaded_import_lock_fork(self):
|
||||
"""Check fork() in main thread works while a subthread is doing an import"""
|
||||
import_started = threading.Event()
|
||||
|
||||
Reference in New Issue
Block a user