We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_basic_multiple_interpreters_deleted_no_reset
1 parent ef90261 commit c10fa5bCopy full SHA for c10fa5b
Lib/test/test_import/__init__.py
@@ -3261,6 +3261,7 @@ def test_basic_multiple_interpreters_main_no_reset(self):
3261
# * m_copy was copied from interp2 (was from interp1)
3262
# * module's global state was updated, not reset
3263
3264
+ @unittest.skip("gh-131229: This is suddenly very flaky")
3265
@no_rerun(reason="rerun not possible; module state is never cleared (see gh-102251)")
3266
@requires_subinterpreters
3267
def test_basic_multiple_interpreters_deleted_no_reset(self):
0 commit comments