]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-105699: Disable the Interpreters Stress Tests (gh-107354)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 27 Jul 2023 19:39:26 +0000 (13:39 -0600)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2023 19:39:26 +0000 (19:39 +0000)
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.

Lib/test/test_interpreters.py

index 5981d96de8de066644eb872e96d0850f92fc689c..662eafa3b7a104cf3cffb0f22f83b5c4c3accd58 100644 (file)
@@ -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,