mirror of https://github.com/python/cpython.git
[3.13] gh-120524: Temporarily Skip test_create_many_threaded In test_interpreters.test_stress (gh-120527)
This commit is contained in:
parent
18ea22a830
commit
f021f9e50e
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue