From 6a17f3a38be2df199ef003f101fcd1445e1ccfbf Mon Sep 17 00:00:00 2001 Message-Id: <6a17f3a38be2df199ef003f101fcd1445e1ccfbf.1621542224.git.public@yoctocell.xyz> From: Xinglu Chen Date: Thu, 20 May 2021 22:18:31 +0200 Subject: [PATCH] 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. --- gnu/packages/emacs-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 2af42f8842..294ed92981 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -16169,7 +16169,7 @@ as well as functions for navigating between these headings.") ;; The following test 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 base-commit: 7ff515aa511afbaf177a8bde68bde6a3878ca447 -- 2.31.1