emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#51617: closed ([PATCH] gnu: alot: Disable hanging test.)


From: GNU bug Tracking System
Subject: bug#51617: closed ([PATCH] gnu: alot: Disable hanging test.)
Date: Sun, 14 Nov 2021 22:16:01 +0000

Your message dated Sun, 14 Nov 2021 23:15:01 +0100
with message-id <87mtm68jve.fsf@gnu.org>
and subject line Re: bug#51617: [PATCH] gnu: alot: Disable hanging test.
has caused the debbugs.gnu.org bug report #51617,
regarding [PATCH] gnu: alot: Disable hanging test.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51617: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51617
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: alot: Disable hanging test. Date: Fri, 5 Nov 2021 18:31:56 +0100
* gnu/packages/mail.scm (alot) [#:phases]: Disable hanging test.
---
 gnu/packages/mail.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ca748bff1b..87971bafc7 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1272,6 +1272,10 @@ (define-public alot
           (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)
-- 
2.33.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#51617: [PATCH] gnu: alot: Disable hanging test. Date: Sun, 14 Nov 2021 23:15:01 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Tanguy Le Carrour <tanguy@bioneland.org> skribis:

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

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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