From 7cabbb7881e06eec72fe8dfbe6a421c77e732a4c Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Mon, 27 Nov 2023 15:17:13 -0700 Subject: [PATCH] Revert "[3.12] gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572) (#107783)" This reverts commit a4aac7d3eafc413ae75f26ca1a1246bdba23c7fb. --- 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 90932c0f66f38f..27a143c7f5f38d 100644 --- a/Lib/test/test_interpreters.py +++ b/Lib/test/test_interpreters.py @@ -464,6 +464,7 @@ def test_bytes_for_script(self): # 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,