diff --git a/python-distributed.spec b/python-distributed.spec index b14b413..4de8e75 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -167,6 +167,7 @@ donttest+=" or (test_worker and test_gather_dep_from_remote_workers_if_all_local donttest+=" or (test_worker and test_worker_reconnects_mid_compute)" donttest+=" or (test_worker_memory and test_digests)" donttest+=" or (test_worker_memory and test_pause_while_spilling)" +donttest+=" or (test_computations_futures)" # server-side fail due to the non-network warning in a subprocess where the patched filter does not apply donttest+=" or (test_client and test_quiet_close_process)" # should return > 3, returns 3 exactly