We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79c515 commit 7b35c50Copy full SHA for 7b35c50
Lib/test/test_types.py
@@ -2379,7 +2379,6 @@ def setUpClass(cls):
2379
import test.support.interpreters.channels
2380
2381
@cpython_only
2382
- @unittest.skipIf(is_apple_mobile, "Fails on iOS due to test ordering; see #121832.")
2383
@no_rerun('channels (and queues) might have a refleak; see gh-122199')
2384
def test_slot_wrappers(self):
2385
rch, sch = interpreters.channels.create()
0 commit comments