Skip to content

Commit

Permalink
[3.13] gh-121832: Revert test skip introduced by GH-122150. (GH-122340)…
Browse files Browse the repository at this point in the history
… (#122342)

Revert test skip introduced by GH-122150.
(cherry picked from commit 863a92f)
  • Loading branch information
freakboy3742 authored Jul 27, 2024
1 parent c79c515 commit 7b35c50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -2379,7 +2379,6 @@ def setUpClass(cls):
import test.support.interpreters.channels

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

0 comments on commit 7b35c50

Please sign in to comment.