Skip to content

Commit 6bcd1da

Browse files
TheAnyKeyyouknowone
authored andcommitted
Skipping format test as it is inconclusive
1 parent 09ef0b6 commit 6bcd1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_long.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def check_format_1(self, x):
313313
with self.subTest(got=got):
314314
self.assertEqual(int(got, 0), x)
315315

316-
@unittest.expectedFailure # RustPython
316+
@unittest.skip #Todo RustPython
317317
def test_format(self):
318318
for x in special:
319319
self.check_format_1(x)

0 commit comments

Comments
 (0)