Skip to content

Commit 4f67921

Browse files
gh-105699: Disable the Interpreters Stress Tests (gh-107354)
The two tests are crashing periodically in CI and on buildbots. I suspect the problem is in the _xxsubinterpreters module. Regardless, I'm disabling the tests temporarily, to reduce the noise as we approach 3.12rc1. I'll be investigating the crashes separately.
1 parent f01e4ce commit 4f67921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_interpreters.py

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