[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 863a92f2bc)
This commit is contained in:
Russell Keith-Magee 2024-07-27 13:00:42 +10:00 committed by GitHub
parent c79c515671
commit 7b35c50cd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View 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()