diff --git a/Lib/test/test_fileio.py b/Lib/test/test_fileio.py index d1a2452d8..06c8f0de1 100644 --- a/Lib/test/test_fileio.py +++ b/Lib/test/test_fileio.py @@ -353,18 +353,6 @@ class CAutoFileTests(AutoFileTests, unittest.TestCase): def testBlksize(self): super().testBlksize() - # TODO: RUSTPYTHON - if sys.platform == "win32": - @unittest.expectedFailure - def testErrnoOnClosedSeek(self): - super().testErrnoOnClosedSeek() - - # TODO: RUSTPYTHON - if sys.platform == "win32": - @unittest.expectedFailure - def testErrnoOnClosedTell(self): - super().testErrnoOnClosedTell() - # TODO: RUSTPYTHON if sys.platform == "win32": @unittest.expectedFailure