Skip to content

Commit f6e57db

Browse files
committed
[3.13] gh-121832: Revert test skip introduced by GH-122150. (GH-122340)
Revert test skip introduced by GH-122150. (cherry picked from commit 863a92f) Co-authored-by: Russell Keith-Magee <[email protected]>
1 parent c79c515 commit f6e57db

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
@@ -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)