diff --git a/tests/test_cancellation.py b/tests/test_cancellation.py index 9e3c9f9..8cd760d 100644 --- a/tests/test_cancellation.py +++ b/tests/test_cancellation.py @@ -426,7 +426,7 @@ async def spawn(): portal = await tn.run_in_actor('sleeper', spin_for) -@no_windows +# @no_windows def test_cancel_while_childs_child_in_sync_sleep( loglevel, start_method,