Skip to content

Commit eaba7de

Browse files
ericsnowcurrentlymrahtz
authored andcommitted
pythongh-120524: Temporarily Skip test_create_many_threaded In test_interpreters.test_stress (pythongh-120525)
1 parent da9556d commit eaba7de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_interpreters/test_stress.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def test_create_many_sequential(self):
2222
interp = interpreters.create()
2323
alive.append(interp)
2424

25+
@unittest.skip('(temporary) gh-120524: there is a race that needs fixing')
2526
@support.requires_resource('cpu')
2627
def test_create_many_threaded(self):
2728
alive = []

0 commit comments

Comments
 (0)