mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
skip flaky test_threaded_weak_key_dict_copy (#7010)
This commit is contained in:
1
Lib/test/test_weakref.py
vendored
1
Lib/test/test_weakref.py
vendored
@@ -2045,6 +2045,7 @@ class MappingTestCase(TestBase):
|
||||
if exc:
|
||||
raise exc[0]
|
||||
|
||||
@unittest.skip("TODO: RUSTPYTHON; occasionally crash (malloc corruption)")
|
||||
@threading_helper.requires_working_threading()
|
||||
@support.requires_resource('cpu')
|
||||
def test_threaded_weak_key_dict_copy(self):
|
||||
|
||||
Reference in New Issue
Block a user