From 81087f55dc3c5bdbdfd5fa9e024d4ceed1c1dce2 Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Wed, 2 Aug 2023 14:56:28 -0600 Subject: [PATCH] Re-enable the multiple-interpreters stress tests. --- Lib/test/test_interpreters.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_interpreters.py b/Lib/test/test_interpreters.py index 662eafa3b7a104..5981d96de8de06 100644 --- a/Lib/test/test_interpreters.py +++ b/Lib/test/test_interpreters.py @@ -464,7 +464,6 @@ 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,