From 28795d02e3e67037465aed3b34f5bd203b52bc3017f597a262ab9243171d10d3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Jan 2024 14:08:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=154 --- python-distributed.spec | 1 + 1 file changed, 1 insertion(+) 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