Skip to content

Commit c10fa5b

Browse files
pythongh-131229: Temporarily skip test_basic_multiple_interpreters_deleted_no_reset (pythonGH-141552)
This is a temporary band-aid to unblock other PRs. Co-authored-by: Kumar Aditya <[email protected]>
1 parent ef90261 commit c10fa5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_import/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3261,6 +3261,7 @@ def test_basic_multiple_interpreters_main_no_reset(self):
32613261
# * m_copy was copied from interp2 (was from interp1)
32623262
# * module's global state was updated, not reset
32633263

3264+
@unittest.skip("gh-131229: This is suddenly very flaky")
32643265
@no_rerun(reason="rerun not possible; module state is never cleared (see gh-102251)")
32653266
@requires_subinterpreters
32663267
def test_basic_multiple_interpreters_deleted_no_reset(self):

0 commit comments

Comments
 (0)