Skip to content

Commit

Permalink
Revert "[3.12] pythongh-105699: Re-enable the Multiple-Interpreters S…
Browse files Browse the repository at this point in the history
…tress Tests (pythongh-107572) (python#107783)"

This reverts commit a4aac7d.
  • Loading branch information
ericsnowcurrently committed Nov 27, 2023
1 parent 592a849 commit 7cabbb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_interpreters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7cabbb7

Please sign in to comment.