Skip to content
Prev Previous commit
Remove expectedFailure for TimeEINTRTest.test_sleep
test_sleep now passes on all platforms.
  • Loading branch information
youknowone committed Mar 20, 2026
commit de0db04c8e682b033be130bb95e3dba0244a9a00
1 change: 0 additions & 1 deletion Lib/test/_test_eintr.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ def test_os_open(self):
class TimeEINTRTest(EINTRBaseTest):
""" EINTR tests for the time module. """

@unittest.expectedFailureIf(sys.platform == "linux", "TODO: RUSTPYTHON")
def test_sleep(self):
t0 = time.monotonic()
time.sleep(self.sleep_time)
Expand Down
Loading