From c0af6eb5c082ed3707d855215003c9492faa195c Mon Sep 17 00:00:00 2001 From: "Jeong, YunWon" <69878+youknowone@users.noreply.github.com> Date: Thu, 5 Feb 2026 23:47:09 +0900 Subject: [PATCH] skip flaky test_threaded_weak_key_dict_copy (#7010) --- Lib/test/test_weakref.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_weakref.py b/Lib/test/test_weakref.py index 8fc0c9bb0..ac4e8f82b 100644 --- a/Lib/test/test_weakref.py +++ b/Lib/test/test_weakref.py @@ -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):