diff --git a/Lib/test/test_asyncio/test_unix_events.py b/Lib/test/test_asyncio/test_unix_events.py index 520f5c733c3..0faf32f79ea 100644 --- a/Lib/test/test_asyncio/test_unix_events.py +++ b/Lib/test/test_asyncio/test_unix_events.py @@ -1179,6 +1179,8 @@ async def runner(): wsock.close() +# TODO: RUSTPYTHON, fork() segfaults due to stale parking_lot global state +@unittest.skip("TODO: RUSTPYTHON") @support.requires_fork() class TestFork(unittest.TestCase):