]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-121832: Revert test skip introduced by GH-122150. (GH-122340) (#122342)
authorRussell Keith-Magee <russell@keith-magee.com>
Sat, 27 Jul 2024 03:00:42 +0000 (13:00 +1000)
committerGitHub <noreply@github.com>
Sat, 27 Jul 2024 03:00:42 +0000 (11:00 +0800)
Revert test skip introduced by GH-122150.
(cherry picked from commit 863a92f2bc708b9e3dfa9828bb8155b8d371e09c)

Lib/test/test_types.py

index a754a5ca981479f3309d15489825c13b23675d6e..c722dd3de275349a1dc547f1bc25635dc25a9a28 100644 (file)
@@ -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()