mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
gh-120524: Temporarily Skip test_create_many_threaded In test_interpreters.test_stress (gh-120525)
This commit is contained in:
parent
b2e71ff4f8
commit
e3b6cff331
1 changed files with 1 additions and 0 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue