Skip to content

Commit

Permalink
gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572)
Browse files Browse the repository at this point in the history
We had disabled them due to crashes they exposed, which have since been fixed.
  • Loading branch information
ericsnowcurrently authored Aug 8, 2023
1 parent 906b73b commit f9e3ff1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_interpreters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f9e3ff1

Please sign in to comment.