Skip to content

Commit

Permalink
pythongh-120524: Temporarily Skip test_create_many_threaded In test_i…
Browse files Browse the repository at this point in the history
…nterpreters.test_stress (pythongh-120525)
  • Loading branch information
ericsnowcurrently authored and estyxx committed Jul 17, 2024
1 parent 57b9bad commit fec0301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_interpreters/test_stress.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit fec0301

Please sign in to comment.