summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2024-06-14 22:14:29 (GMT)
committerGitHub <noreply@github.com>2024-06-14 22:14:29 (GMT)
commitf021f9e50e3e4b82b3358dbc977043700179b0f5 (patch)
tree7b6dafde065da33dfd09b77a00b99c71629ad8d2 /Lib
parent18ea22a8306b5746da74d83a9db00dcc390bf092 (diff)
downloadcpython-f021f9e50e3e4b82b3358dbc977043700179b0f5.zip
cpython-f021f9e50e3e4b82b3358dbc977043700179b0f5.tar.gz
cpython-f021f9e50e3e4b82b3358dbc977043700179b0f5.tar.bz2
[3.13] gh-120524: Temporarily Skip test_create_many_threaded In test_interpreters.test_stress (gh-120527)
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_interpreters/test_stress.py1
1 files changed, 1 insertions, 0 deletions
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 = []