Skip to content

Commit 18f1ee4

Browse files
committed
Disable test_deque.py::test_container_iterator
1 parent ea2b35d commit 18f1ee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-python/3/test/test_deque.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ def test_gc_doesnt_blowup(self):
721721
d.append(1)
722722
gc.collect()
723723

724+
@support.impl_detail("weakref nondeterministic", graalpy=False)
724725
def test_container_iterator(self):
725726
# Bug #3680: tp_traverse was not implemented for deque iterator objects
726727
class C(object):

0 commit comments

Comments
 (0)