]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on all platforms (GH...
authorVictor Stinner <vstinner@redhat.com>
Thu, 19 Sep 2019 14:38:13 +0000 (16:38 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Sep 2019 14:38:13 +0000 (16:38 +0200)
Lib/test/test_regrtest.py

index 50911995ad1e739cdeef89f36857f182a70c8709..fa37ecde37623faa68b7c72548dc630810148ac6 100644 (file)
@@ -1151,8 +1151,7 @@ class ArgsTestCase(BaseTestCase):
                                   env_changed=[testname],
                                   fail_env_changed=True)
 
-    @unittest.skipIf(sys.platform == 'win32',
-                     'bpo-37531, bpo-38207: test hangs randomly on Windows')
+    @unittest.skipIf(True, 'bpo-37531, bpo-38207: test hangs randomly')
     def test_multiprocessing_timeout(self):
         code = textwrap.dedent(r"""
             import time