forked from goodboy/tractor
1
0
Fork 0

Skip it on windows too

bug_in_debug
Tyler Goodlet 2020-10-13 15:13:24 -04:00
parent fd59f4ad16
commit 15edcc622d
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ async def cancel_after(wait):
@pytest.fixture(scope='module')
def time_quad_ex(arb_addr, ci_env, spawn_backend):
if spawn_backend == 'mp' and (platform.system() != 'Windows'):
if spawn_backend == 'mp':
"""no idea but the mp *nix runs are flaking out here often...
"""
pytest.skip("Test is too flaky on mp in CI")