diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index 685fabe6976..3229a8c81e6 100644 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -799,6 +799,7 @@ def tearDown(self): class HelperFunctionTests(unittest.TestCase): + @unittest.skipIf(mswindows, "errno and EINTR make no sense on windows") def test_eintr_retry_call(self): record_calls = [] def fake_os_func(*args):