emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 600b90ed568: Mark failing icalendar test as unstable (bug#56241


From: Mattias Engdegård
Subject: emacs-29 600b90ed568: Mark failing icalendar test as unstable (bug#56241)
Date: Fri, 7 Jul 2023 08:43:21 -0400 (EDT)

branch: emacs-29
commit 600b90ed56854e8460038ca6b8aaa1feae4ab2c9
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]