Skip to content

Commit

Permalink
Revert test skip introduced by #122150.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jul 27, 2024
1 parent 762e771 commit ed280f0
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 ed280f0

Please sign in to comment.