From: Russell Keith-Magee Date: Sat, 27 Jul 2024 02:24:30 +0000 (+1000) Subject: gh-121832: Revert test skip introduced by #122150. (#122340) X-Git-Tag: v3.14.0a1~967 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=863a92f2bc708b9e3dfa9828bb8155b8d371e09c;p=thirdparty%2FPython%2Fcpython.git gh-121832: Revert test skip introduced by #122150. (#122340) Revert test skip introduced by #122150. --- diff --git a/Lib/test/test_types.py b/Lib/test/test_types.py index a87bb275d296..a84f43ba9b51 100644 --- a/Lib/test/test_types.py +++ b/Lib/test/test_types.py @@ -2382,7 +2382,6 @@ class SubinterpreterTests(unittest.TestCase): @cpython_only @no_rerun('channels (and queues) might have a refleak; see gh-122199') - @unittest.skipIf(is_apple_mobile, "Fails on iOS due to test ordering; see #121832.") def test_slot_wrappers(self): rch, sch = interpreters.channels.create()