mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05: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:
parent
1e9a59bb54
commit
2a7ca17068
1 changed files with 3 additions and 0 deletions
|
@ -1283,6 +1283,9 @@ (define-public python-distributed
|
|||
" 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 a new issue