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 762e771 commit ed280f0Copy full SHA for ed280f0
1 file changed
Lib/test/test_types.py
@@ -2382,7 +2382,6 @@ def setUpClass(cls):
2382
2383
@cpython_only
2384
@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.")
2386
def test_slot_wrappers(self):
2387
rch, sch = interpreters.channels.create()
2388
0 commit comments