diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-06-27 00:23:33 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-06-29 12:01:22 +0200 |
commit | 2a7ca170680d107c5f8b8434b4fdc19a6b761691 (patch) | |
tree | 174644bd4f4f8fa8670bad295dedca1b005bac64 | |
parent | 1e9a59bb5487b084854ccb39f7482797c5f9fc5d (diff) |
gnu: python-distributed: Disable timeout test.
* gnu/packages/python-science.scm (python-distributed)[arguments]: Disable
test_nanny_timeout, because it times out.
-rw-r--r-- | gnu/packages/python-science.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index e8dbf373a8..185761ca38 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -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")) |