mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
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:
parent
906b73be5e
commit
f9e3ff1ea4
1 changed files with 0 additions and 1 deletions
|
@ -464,7 +464,6 @@ 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue