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:
parent
1e9a59bb54
commit
2a7ca17068
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user