]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-131229: Temporarily skip `test_basic_multiple_interpreters_deleted_no_reset` ...
authorPeter Bierma <zintensitydev@gmail.com>
Fri, 14 Nov 2025 14:22:36 +0000 (09:22 -0500)
committerGitHub <noreply@github.com>
Fri, 14 Nov 2025 14:22:36 +0000 (14:22 +0000)
This is a temporary band-aid to unblock other PRs.

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_import/__init__.py

index fe669bb04df02af11fdda55e3744ec8f86d9ccf1..fd9750eae804457e3280138539fcf4903e349384 100644 (file)
@@ -3261,6 +3261,7 @@ class SinglephaseInitTests(unittest.TestCase):
         #  * m_copy was copied from interp2 (was from interp1)
         #  * module's global state was updated, not reset
 
+    @unittest.skip("gh-131229: This is suddenly very flaky")
     @no_rerun(reason="rerun not possible; module state is never cleared (see gh-102251)")
     @requires_subinterpreters
     def test_basic_multiple_interpreters_deleted_no_reset(self):