Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
mark flaky test
  • Loading branch information
youknowone committed May 26, 2022
commit 0af10d686b33f969d2bda581c993bb492858cdd8
1 change: 1 addition & 0 deletions Lib/test/test_weakref.py
Original file line number Diff line number Diff line change
Expand Up @@ -1856,6 +1856,7 @@ def test_threaded_weak_value_dict_copy(self):
# copying should not result in a crash.
self.check_threaded_weak_dict_copy(weakref.WeakValueDictionary, False)

@unittest.skip("TODO: RUSTPYTHON; flaky test")
def test_threaded_weak_value_dict_deepcopy(self):
# Issue #35615: Weakref keys or values getting GC'ed during dict
# copying should not result in a crash.
Expand Down