mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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"
|
(emacs-substitute-variables "test/test.el"
|
||||||
("org-super-agenda-test-results-file"
|
("org-super-agenda-test-results-file"
|
||||||
(string-append (getcwd) "/test/results.el")))
|
(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).
|
;; https://github.com/alphapapa/org-super-agenda/issues/183).
|
||||||
(substitute* "test/test.el"
|
(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")))
|
(string-append all " (skip-unless nil)\n")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue