summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2023-07-27 19:39:26 (GMT)
committerGitHub <noreply@github.com>2023-07-27 19:39:26 (GMT)
commit4f67921ad28194155e3d4c16255fb140a6a4d89a (patch)
tree88b5a57bd399d22490904da6abbd89e2bebb0cd5
parentf01e4cedba1a17d321664834bb255d9d04ad16ce (diff)
downloadcpython-4f67921ad28194155e3d4c16255fb140a6a4d89a.zip
cpython-4f67921ad28194155e3d4c16255fb140a6a4d89a.tar.gz
cpython-4f67921ad28194155e3d4c16255fb140a6a4d89a.tar.bz2
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.
-rw-r--r--Lib/test/test_interpreters.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_interpreters.py b/Lib/test/test_interpreters.py
index 5981d96..662eafa 100644
--- a/Lib/test/test_interpreters.py
+++ b/Lib/test/test_interpreters.py
@@ -464,6 +464,7 @@ class TestInterpreterRun(TestBase):
# 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,