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 @@ 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 | ||||
|  |  | |||
		Reference in a new issue