From: Russell Keith-Magee Date: Sat, 27 Jul 2024 03:00:42 +0000 (+1000) Subject: [3.13] gh-121832: Revert test skip introduced by GH-122150. (GH-122340) (#122342) X-Git-Tag: v3.13.0rc1~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b35c50cd889cbda08e042ba5a0d27888295a179;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-121832: Revert test skip introduced by GH-122150. (GH-122340) (#122342) Revert test skip introduced by GH-122150. (cherry picked from commit 863a92f2bc708b9e3dfa9828bb8155b8d371e09c) --- diff --git a/Lib/test/test_types.py b/Lib/test/test_types.py index a754a5ca9814..c722dd3de275 100644 --- a/Lib/test/test_types.py +++ b/Lib/test/test_types.py @@ -2379,7 +2379,6 @@ class SubinterpreterTests(unittest.TestCase): import test.support.interpreters.channels @cpython_only - @unittest.skipIf(is_apple_mobile, "Fails on iOS due to test ordering; see #121832.") @no_rerun('channels (and queues) might have a refleak; see gh-122199') def test_slot_wrappers(self): rch, sch = interpreters.channels.create()