Skip to content

Commit 2453b73

Browse files
committed
Mark failing test
1 parent 60d96c4 commit 2453b73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_unicode.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2417,6 +2417,8 @@ def test_raiseMemError(self):
24172417
self.assertRaises(MemoryError, alloc)
24182418
self.assertRaises(MemoryError, alloc)
24192419

2420+
# TODO: RUSTPYTHON
2421+
@unittest.expectedFailure
24202422
def test_format_subclass(self):
24212423
class S(str):
24222424
def __str__(self):

0 commit comments

Comments
 (0)