From 1b6ee2ecf670007121e7ae79995d4aec26c1cae1 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 13 Oct 2020 15:26:14 -0400 Subject: [PATCH] Skip sync sleep test on windows --- tests/test_cancellation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_cancellation.py b/tests/test_cancellation.py index 45452b5..9e3c9f9 100644 --- a/tests/test_cancellation.py +++ b/tests/test_cancellation.py @@ -426,6 +426,7 @@ async def spawn(): portal = await tn.run_in_actor('sleeper', spin_for) +@no_windows def test_cancel_while_childs_child_in_sync_sleep( loglevel, start_method,