mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
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.
This commit is contained in:
parent
f01e4cedba
commit
4f67921ad2
1 changed files with 1 additions and 0 deletions
|
@ -464,6 +464,7 @@ class TestInterpreterRun(TestBase):
|
||||||
# test_xxsubinterpreters covers the remaining Interpreter.run() behavior.
|
# 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):
|
class StressTests(TestBase):
|
||||||
|
|
||||||
# In these tests we generally want a lot of interpreters,
|
# In these tests we generally want a lot of interpreters,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue