mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
skip fork test (#6964)
This commit is contained in:
2
Lib/test/test_asyncio/test_unix_events.py
vendored
2
Lib/test/test_asyncio/test_unix_events.py
vendored
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user