diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-05-20 22:25:15 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-05-20 23:36:19 +0200 |
commit | cf95957985fe0a3d7213aebcf02549e8ec9a30ce (patch) | |
tree | bc5c86ad3f4bb497a40b339ff8fd6d2cfa009f37 /gnu/packages/emacs-xyz.scm | |
parent | a74de6c41d0af7bfc8b81aac49d8bf1ae7a49cdb (diff) | |
download | guix-cf95957985fe0a3d7213aebcf02549e8ec9a30ce.tar.gz |
gnu: emacs-org-super-agenda: Disable failing test.
* 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 <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files 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 |