diff --git a/Lib/test/test_io.py b/Lib/test/test_io.py index cb7af4c55..579a186ce 100644 --- a/Lib/test/test_io.py +++ b/Lib/test/test_io.py @@ -4347,7 +4347,6 @@ class CMiscIOTest(MiscIOTest): def test_daemon_threads_shutdown_stdout_deadlock(self): self.check_daemon_threads_shutdown_deadlock('stdout') - @unittest.skip("TODO: RUSTPYTHON") def test_daemon_threads_shutdown_stderr_deadlock(self): self.check_daemon_threads_shutdown_deadlock('stderr')