Skip to content

Commit 9b2e0a7

Browse files
committed
unksip test_list.py
1 parent fb69414 commit 9b2e0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/list_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_repr(self):
6565
self.assertEqual(repr(a2), "[0, 1, 2, [...], 3]")
6666

6767
# TODO: RUSTPYTHON
68-
@unittest.skip("TODO: RUSTPYTHON")
68+
@unittest.expectedFailure
6969
def test_repr_deep(self):
7070
a = self.type2test([])
7171
for i in range(sys.getrecursionlimit() + 100):

0 commit comments

Comments
 (0)