mirror of
https://github.com/python/cpython.git
synced 2024-11-27 23:47:29 +01:00
gh-121832: Revert test skip introduced by #122150. (#122340)
Revert test skip introduced by #122150.
This commit is contained in:
parent
4a2607c180
commit
863a92f2bc
@ -2382,7 +2382,6 @@ class SubinterpreterTests(unittest.TestCase):
|
||||
|
||||
@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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user