From cf95957985fe0a3d7213aebcf02549e8ec9a30ce Mon Sep 17 00:00:00 2001 From: Xinglu Chen Date: Thu, 20 May 2021 22:25:15 +0200 Subject: gnu: emacs-org-super-agenda: Disable failing test. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)[arguments]<#:phases>: Disable the “org-super-agenda-test--:auto-tags” test. The test failure was caused by commit 71045f4e6425a686667cf30252a2a71cff36308b. Signed-off-by: Nicolas Goaziou --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index a1ac38ac01..3b261bfffa 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -16166,10 +16166,10 @@ as well as functions for navigating between these headings.") (emacs-substitute-variables "test/test.el" ("org-super-agenda-test-results-file" (string-append (getcwd) "/test/results.el"))) - ;; The following test fail (see: + ;; The following tests fail (see: ;; https://github.com/alphapapa/org-super-agenda/issues/183). (substitute* "test/test.el" - ((".*org-super-agenda-test--:auto-map.*" all) + ((".*org-super-agenda-test--:auto-(map|tags).*" all) (string-append all " (skip-unless nil)\n"))) #t))))) (native-inputs -- cgit v1.2.3