From 2a7ca170680d107c5f8b8434b4fdc19a6b761691 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 27 Jun 2023 00:23:33 +0200 Subject: gnu: python-distributed: Disable timeout test. * gnu/packages/python-science.scm (python-distributed)[arguments]: Disable test_nanny_timeout, because it times out. --- gnu/packages/python-science.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu') 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 @@ (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")) -- cgit v1.2.3