1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-17 07:40:29 +02:00

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

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"))