me
/
guix
Archived
1
0
Fork 0

gnu: alot: Disable hanging test.

* gnu/packages/mail.scm (alot) [#:phases]: Disable hanging test.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Tanguy Le Carrour 2021-11-05 18:31:56 +01:00 committed by Ludovic Courtès
parent 4dcec60fa6
commit 0aeb7b91a8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 0 deletions

View File

@ -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)