forked from goodboy/tractor
Skip quad ex on local mp tests as well
parent
24ef919334
commit
ba52de79e1
|
@ -203,9 +203,8 @@ async def cancel_after(wait):
|
|||
|
||||
@pytest.fixture(scope='module')
|
||||
def time_quad_ex(arb_addr, ci_env, spawn_backend):
|
||||
if ci_env and spawn_backend == 'mp' and (platform.system() != 'Windows'):
|
||||
"""no idea, but the travis and github actions, mp *nix runs are
|
||||
flaking out here often
|
||||
if spawn_backend == 'mp' and (platform.system() != 'Windows'):
|
||||
"""no idea but the mp *nix runs are flaking out here often...
|
||||
"""
|
||||
pytest.skip("Test is too flaky on mp in CI")
|
||||
|
||||
|
|
Loading…
Reference in New Issue