summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-07-27 20:09:05 (GMT)
committerGitHub <noreply@github.com>2023-07-27 20:09:05 (GMT)
commitc580527d9230212e8f8d697a18b86120109aa653 (patch)
treeb06ee57e2945b6217ff755c850e2ca5100c9183d /Lib/test
parent57ef065eb3a9200aece38dfb6b90055500f076d3 (diff)
downloadcpython-c580527d9230212e8f8d697a18b86120109aa653.zip
cpython-c580527d9230212e8f8d697a18b86120109aa653.tar.gz
cpython-c580527d9230212e8f8d697a18b86120109aa653.tar.bz2
[3.12] gh-105699: Disable the Interpreters Stress Tests (gh-107354) (gh-107357)
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. (cherry picked from commit 4f67921ad28194155e3d4c16255fb140a6a4d89a) Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Diffstat (limited to 'Lib/test')
-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,