From ee7dc6708142ff0c514c0f6a1d44f785720ab991 Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Mon, 27 Nov 2023 15:39:04 -0700 Subject: [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. --- Lib/test/test_interpreters.py | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v0.12