Skip to content

Commit 308f831

Browse files
committed
unksip test_io.py
1 parent ef87fbe commit 308f831

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1894,7 +1894,6 @@ def bad_write(b):
18941894
self.assertRaises(OSError, b.close) # exception not swallowed
18951895
self.assertTrue(b.closed)
18961896

1897-
@unittest.skip("TODO: RUSTPYTHON")
18981897
def test_slow_close_from_thread(self):
18991898
# Issue #31976
19001899
rawio = self.SlowFlushRawIO()

0 commit comments

Comments
 (0)