From: Eric Snow Date: Mon, 27 Nov 2023 22:39:04 +0000 (-0700) Subject: [3.12] gh-105699: Revert gh-107783 "Re-enable the Multiple-Interpreters Stress Tests... X-Git-Tag: v3.12.1~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee7dc6708142ff0c514c0f6a1d44f785720ab991;p=thirdparty%2FPython%2Fcpython.git [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. --- diff --git a/Lib/test/test_interpreters.py b/Lib/test/test_interpreters.py index f593fda2cd13..b426fa12f3e7 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,