From ed280f0a2492c4dcdd2c8eff19a1a74362808506 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 27 Jul 2024 09:31:19 +0800 Subject: [PATCH] Revert test skip introduced by #122150. --- Lib/test/test_types.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_types.py b/Lib/test/test_types.py index a87bb275d296a0..a84f43ba9b51fd 100644 --- a/Lib/test/test_types.py +++ b/Lib/test/test_types.py @@ -2382,7 +2382,6 @@ def setUpClass(cls): @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()