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:
parent
f8a918c977
commit
600b90ed56
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue