Skip to content

Commit

Permalink
pythongh-121832: Revert test skip introduced by python#122150. (pytho…
Browse files Browse the repository at this point in the history
…n#122340)

Revert test skip introduced by python#122150.
  • Loading branch information
freakboy3742 authored Jul 27, 2024
1 parent 4a2607c commit 863a92f
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 @@ -2382,7 +2382,6 @@ def setUpClass(cls):

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

Expand Down

0 comments on commit 863a92f

Please sign in to comment.