1
0
Dirk Mueller 2024-01-30 12:26:52 +00:00 committed by Git OBS Bridge
parent b149f02116
commit 1c4074650b

View File

@ -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}