bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on all platforms (GH-16282)

This commit is contained in:
Victor Stinner 2019-09-19 16:38:13 +02:00 committed by GitHub
parent 96b1c59c71
commit b2dd2dd6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View 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