mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
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 71045f4e64
.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
a74de6c41d
commit
cf95957985
1 changed files with 2 additions and 2 deletions
|
@ -16166,10 +16166,10 @@ (define-public emacs-org-super-agenda
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue