Skip to content

Commit feeaa71

Browse files
committed
Disable transiently failing test_slice.test_cycle
1 parent d6d01dc commit feeaa71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
from pickle import loads, dumps
1111
from test import support
12+
from test.support import impl_detail
1213

1314

1415
def evaluate_slice_index(arg):
@@ -280,6 +281,7 @@ def test_deepcopy(self):
280281
self.assertIsNot(s.stop, c.stop)
281282
self.assertIsNot(s.step, c.step)
282283

284+
@impl_detail("finalization", graalpy=False)
283285
def test_cycle(self):
284286
class myobj(): pass
285287
o = myobj()

0 commit comments

Comments
 (0)