gnu: python-distributed: Disable timeout test.

* gnu/packages/python-science.scm (python-distributed)[arguments]: Disable
test_nanny_timeout, because it times out.
This commit is contained in:
Ricardo Wurmus 2023-06-27 00:23:33 +02:00
parent 1e9a59bb54
commit 2a7ca17068
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -1283,6 +1283,9 @@ Mathematics (GLM) library to Python.")
" and not test_exception_text"
" and not test_worker_bad_args"
;; These time out
" and not test_nanny_timeout"
;; These tests are rather flaky
" and not test_quiet_quit_when_cluster_leaves"
" and not multiple_clients_restart"))