diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2023-11-27 22:39:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 22:39:04 (GMT) |
commit | ee7dc6708142ff0c514c0f6a1d44f785720ab991 (patch) | |
tree | 6f77b900a064ec93f82ddb9b5ba5f2b2fc1cb1cb | |
parent | 313554457e5a07e19e455cf6334925670be199a0 (diff) | |
download | cpython-ee7dc6708142ff0c514c0f6a1d44f785720ab991.zip cpython-ee7dc6708142ff0c514c0f6a1d44f785720ab991.tar.gz cpython-ee7dc6708142ff0c514c0f6a1d44f785720ab991.tar.bz2 |
[3.12] gh-105699: Revert gh-107783 "Re-enable the Multiple-Interpreters Stress Tests" (gh-112474)
Revert "[3.12] gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572) (#107783)"
This reverts commit a4aac7d3eafc413ae75f26ca1a1246bdba23c7fb.
The stress tests are still failing on FreeBSD.
-rw-r--r-- | Lib/test/test_interpreters.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_interpreters.py b/Lib/test/test_interpreters.py index f593fda..b426fa1 100644 --- a/Lib/test/test_interpreters.py +++ b/Lib/test/test_interpreters.py @@ -468,6 +468,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, |