Skip to content

Commit e3b6cff

Browse files
gh-120524: Temporarily Skip test_create_many_threaded In test_interpreters.test_stress (gh-120525)
1 parent b2e71ff commit e3b6cff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_interpreters/test_stress.py

+1
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)