Skip to content

Commit 863a92f

Browse files
authored
gh-121832: Revert test skip introduced by #122150. (#122340)
Revert test skip introduced by #122150.
1 parent 4a2607c commit 863a92f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_types.py

-1
Original file line numberDiff line numberDiff line change
@@ -2382,7 +2382,6 @@ def setUpClass(cls):
23822382

23832383
@cpython_only
23842384
@no_rerun('channels (and queues) might have a refleak; see gh-122199')
2385-
@unittest.skipIf(is_apple_mobile, "Fails on iOS due to test ordering; see #121832.")
23862385
def test_slot_wrappers(self):
23872386
rch, sch = interpreters.channels.create()
23882387

0 commit comments

Comments
 (0)