Skip to content

Commit

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

Revert test skip introduced by pythonGH-122150.
(cherry picked from commit 863a92f)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
  • Loading branch information
freakboy3742 committed Jul 27, 2024
1 parent c79c515 commit f6e57db
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 f6e57db

Please sign in to comment.