Mark failing icalendar test as unstable (bug#56241)
* test/lisp/calendar/icalendar-tests.el (icalendar-export-bug-56241-dotted-pair): This test started failing early July 2023 in multiple branches at once without any change to the code and is likely sensitive to the current date. Tag it to keep it quiet for now.
This commit is contained in:
@@ -999,6 +999,9 @@ END:VALARM
|
||||
|
||||
(ert-deftest icalendar-export-bug-56241-dotted-pair ()
|
||||
"See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56241#5"
|
||||
;; This test started failing early July 2023 without any apparent change
|
||||
;; to the underlying code, so is probably sensitive to the current date.
|
||||
:tags '(:unstable)
|
||||
(let ((icalendar-export-sexp-enumeration-days 366))
|
||||
(mapc (lambda (diary-string)
|
||||
(should (string= "" (icalendar-tests--get-error-string-for-export
|
||||
|
||||
Reference in New Issue
Block a user