Skip to content

Commit 4425e52

Browse files
committed
mark poluting tests
1 parent 6d61757 commit 4425e52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_weakref.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,6 +1953,7 @@ def test_threaded_weak_valued_pop(self):
19531953
x = d.pop(10, 10)
19541954
self.assertIsNot(x, None) # we never put None in there!
19551955

1956+
@unittest.skip("TODO: RUSTPYTHON; race condition between GC and WeakValueDictionary callback")
19561957
@threading_helper.requires_working_threading()
19571958
def test_threaded_weak_valued_consistency(self):
19581959
# Issue #28427: old keys should not remove new values from

0 commit comments

Comments
 (0)