]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-121832: Revert test skip introduced by #122150. (#122340)
authorRussell Keith-Magee <russell@keith-magee.com>
Sat, 27 Jul 2024 02:24:30 +0000 (12:24 +1000)
committerGitHub <noreply@github.com>
Sat, 27 Jul 2024 02:24:30 +0000 (10:24 +0800)
Revert test skip introduced by #122150.

Lib/test/test_types.py

index a87bb275d296a009460ce19379f5450f4cea0c59..a84f43ba9b51fda2f3abd21b60bac945d0bae4c6 100644 (file)
@@ -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()