Unmark passing tests

This commit is contained in:
Noa
2025-06-06 14:46:42 -05:00
parent dc4be47751
commit 8437b06dad

View File

@@ -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