From e3b6cff33122554de0ef598664f5cd98de4fed6b Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Fri, 14 Jun 2024 18:12:35 -0400 Subject: gh-120524: Temporarily Skip test_create_many_threaded In test_interpreters.test_stress (gh-120525) --- Lib/test/test_interpreters/test_stress.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_interpreters/test_stress.py b/Lib/test/test_interpreters/test_stress.py index e400535..40d2d77 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 = [] -- cgit v0.12