From: Eric Snow Date: Fri, 14 Jun 2024 22:14:29 +0000 (-0400) Subject: [3.13] gh-120524: Temporarily Skip test_create_many_threaded In test_interpreters... X-Git-Tag: v3.13.0b3~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f021f9e50e3e4b82b3358dbc977043700179b0f5;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-120524: Temporarily Skip test_create_many_threaded In test_interpreters.test_stress (gh-120527) --- diff --git a/Lib/test/test_interpreters/test_stress.py b/Lib/test/test_interpreters/test_stress.py index e400535b2a0e..40d2d77a7b9d 100644 --- a/Lib/test/test_interpreters/test_stress.py +++ b/Lib/test/test_interpreters/test_stress.py @@ -22,6 +22,7 @@ class StressTests(TestBase): interp = interpreters.create() alive.append(interp) + @unittest.skip('(temporary) gh-120524: there is a race that needs fixing') @support.requires_resource('cpu') def test_create_many_threaded(self): alive = []