skip fork test (#6964)

This commit is contained in:
Jeong, YunWon
2026-02-02 17:26:31 +09:00
committed by GitHub
parent 2f034130b7
commit 0a39c66817

View File

@@ -1179,6 +1179,8 @@ class TestFunctional(unittest.TestCase):
wsock.close()
# TODO: RUSTPYTHON, fork() segfaults due to stale parking_lot global state
@unittest.skip("TODO: RUSTPYTHON")
@support.requires_fork()
class TestFork(unittest.TestCase):