Skip to content

Commit 9d7b2b7

Browse files
committed
unmark tests
1 parent 8cd06c2 commit 9d7b2b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/test/test_tarfile.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2494,8 +2494,6 @@ def test_test_command_invalid_file(self):
24942494
finally:
24952495
os_helper.unlink(tmpname)
24962496

2497-
# TODO: RUSTPYTHON
2498-
@unittest.expectedFailure
24992497
def test_list_command(self):
25002498
for tar_name in testtarnames:
25012499
with support.captured_stdout() as t:
@@ -2507,8 +2505,6 @@ def test_list_command(self):
25072505
PYTHONIOENCODING='ascii')
25082506
self.assertEqual(out, expected)
25092507

2510-
# TODO: RUSTPYTHON
2511-
@unittest.expectedFailure
25122508
def test_list_command_verbose(self):
25132509
for tar_name in testtarnames:
25142510
with support.captured_stdout() as t:

0 commit comments

Comments
 (0)