guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: alot: Disable hanging test.


From: guix-commits
Subject: 04/05: gnu: alot: Disable hanging test.
Date: Sun, 14 Nov 2021 17:19:06 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 0aeb7b91a81d392d3a26eede53150e46ebfef76d
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Fri Nov 5 18:31:56 2021 +0100

    gnu: alot: Disable hanging test.
    
    * gnu/packages/mail.scm (alot) [#:phases]: Disable hanging test.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/mail.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index aa9e6d3..0e7134e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1270,6 +1270,10 @@ attachments, create new maildirs, and so on.")
           (substitute* "tests/commands/test_global.py"
             (("def test_no_spawn_no_stdin_attached")
              "def _test_no_spawn_no_stdin_attached"))
+          ;; FIXME: Investigate why this test hangs.
+          (substitute* "tests/db/test_manager.py"
+            (("def test_save_named_query")
+             "def _test_save_named_query"))
           #t)))))
     (native-inputs
      `(("procps" ,procps)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]