From 7f3122ba14f8d051f81a23f7bf77d7347cf0e03f Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Thu, 27 Jul 2023 13:04:39 -0600 Subject: [PATCH] Disable the stress tests. --- 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 5981d96de8de06..662eafa3b7a104 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,