gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572)

We had disabled them due to crashes they exposed, which have since been fixed.
This commit is contained in:
Eric Snow 2023-08-08 09:52:13 -06:00 committed by GitHub
parent 906b73be5e
commit f9e3ff1ea4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -464,7 +464,6 @@ class TestInterpreterRun(TestBase):
# test_xxsubinterpreters covers the remaining Interpreter.run() behavior. # 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): class StressTests(TestBase):
# In these tests we generally want a lot of interpreters, # In these tests we generally want a lot of interpreters,