]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-120524: Temporarily Skip test_create_many_threaded In test_interpreters...
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 14 Jun 2024 22:14:29 +0000 (18:14 -0400)
committerGitHub <noreply@github.com>
Fri, 14 Jun 2024 22:14:29 +0000 (22:14 +0000)
Lib/test/test_interpreters/test_stress.py

index e400535b2a0e4ef0f14f02f7f8e92df4135d263a..40d2d77a7b9d3e2b19763ef6895a6327b5ede72a 100644 (file)
@@ -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 = []