https://github.com/python/cpython/commit/f021f9e50e3e4b82b3358dbc977043700179b0f5
commit: f021f9e50e3e4b82b3358dbc977043700179b0f5
branch: 3.13
author: Eric Snow <[email protected]>
committer: ericsnowcurrently <[email protected]>
date: 2024-06-14T22:14:29Z
summary:

[3.13] gh-120524: Temporarily Skip test_create_many_threaded In 
test_interpreters.test_stress (gh-120527)

files:
M Lib/test/test_interpreters/test_stress.py

diff --git a/Lib/test/test_interpreters/test_stress.py 
b/Lib/test/test_interpreters/test_stress.py
index e400535b2a0e4e..40d2d77a7b9d3e 100644
--- a/Lib/test/test_interpreters/test_stress.py
+++ b/Lib/test/test_interpreters/test_stress.py
@@ -22,6 +22,7 @@ def test_create_many_sequential(self):
             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 = []

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to