diff --git a/python-distributed.spec b/python-distributed.spec index 2e5fc32..a89db0c 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -172,6 +172,8 @@ donttest+=" or (test_computations_futures)" donttest+=" or (test_client and test_quiet_close_process)" # should return > 3, returns 3 exactly donttest+=" or (test_statistical_profiling_cycle)" +# flakey on 3.10 +donttest+=" or (test_client_worker)" if [[ $(getconf LONG_BIT) -eq 32 ]]; then # OverflowError -- https://github.com/dask/distributed/issues/5252 donttest+=" or test_ensure_spilled_immediately" @@ -180,7 +182,7 @@ if [[ $(getconf LONG_BIT) -eq 32 ]]; then # https://github.com/dask/distributed/issues/7175 donttest+=" or (test_sizeof_error and larger)" # - donttest+=" or test_task_groups or test_client_worker" + donttest+=" or test_task_groups" fi %if %{with paralleltests}