forked from goodboy/tractor
1
0
Fork 0

Skip sync sleep test on windows

bug_in_debug
Tyler Goodlet 2020-10-13 15:26:14 -04:00
parent 15edcc622d
commit 1b6ee2ecf6
1 changed files with 1 additions and 0 deletions

View File

@ -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,