Mark failing test

This commit is contained in:
Padraic Fanning
2026-01-31 15:21:00 -05:00
parent a8b0ffbfcb
commit 6f9320bb11

View File

@@ -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()