Skip to content

Commit 7cabbb7

Browse files
Revert "[3.12] pythongh-105699: Re-enable the Multiple-Interpreters Stress Tests (pythongh-107572) (python#107783)"
This reverts commit a4aac7d.
1 parent 592a849 commit 7cabbb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_interpreters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ def test_bytes_for_script(self):
464464
# test_xxsubinterpreters covers the remaining Interpreter.run() behavior.
465465

466466

467+
@unittest.skip('these are crashing, likely just due just to _xxsubinterpreters (see gh-105699)')
467468
class StressTests(TestBase):
468469

469470
# In these tests we generally want a lot of interpreters,

0 commit comments

Comments
 (0)