Skip to content

Commit

Permalink
gh-105699: Disable the Interpreters Stress Tests (gh-107354)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ericsnowcurrently committed Jul 27, 2023
1 parent f01e4ce commit 4f67921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_interpreters.py
Expand Up @@ -464,6 +464,7 @@ def test_bytes_for_script(self):
# test_xxsubinterpreters covers the remaining Interpreter.run() behavior.


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

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

0 comments on commit 4f67921

Please sign in to comment.