skip flaky test_threaded_weak_key_dict_copy (#7010)

This commit is contained in:
Jeong, YunWon
2026-02-05 23:47:09 +09:00
committed by GitHub
parent 2da6c34547
commit c0af6eb5c0

View File

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