Skip to content

Commit 7b35c50

Browse files
authored
[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 863a92f)
1 parent c79c515 commit 7b35c50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2379,7 +2379,6 @@ def setUpClass(cls):
23792379
import test.support.interpreters.channels
23802380

23812381
@cpython_only
2382-
@unittest.skipIf(is_apple_mobile, "Fails on iOS due to test ordering; see #121832.")
23832382
@no_rerun('channels (and queues) might have a refleak; see gh-122199')
23842383
def test_slot_wrappers(self):
23852384
rch, sch = interpreters.channels.create()

0 commit comments

Comments
 (0)