From 600b90ed56854e8460038ca6b8aaa1feae4ab2c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Fri, 7 Jul 2023 14:40:37 +0200 Subject: [PATCH] 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. --- test/lisp/calendar/icalendar-tests.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/lisp/calendar/icalendar-tests.el b/test/lisp/calendar/icalendar-tests.el index 27076f5ce1f..9071607005d 100644 --- a/test/lisp/calendar/icalendar-tests.el +++ b/test/lisp/calendar/icalendar-tests.el @@ -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 -- 2.39.2