]> git.eshelyaron.com Git - emacs.git/commitdiff
Prevent a todo-mode test from running with 'make check'
authorStephen Berman <stephen.berman@gmx.net>
Thu, 27 Feb 2025 11:03:24 +0000 (12:03 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 28 Feb 2025 11:18:49 +0000 (12:18 +0100)
* test/lisp/calendar/todo-mode-tests.el
(todo-test-add-and-delete-file): Tag this test as unstable, since
it has been reported to fail unreproducibly (bug#58473) or
reproducibly only on the ZFS filesystem (bug#76381) and the causes
are still unknown.

(cherry picked from commit 13423cd0197fa69bd6246f0720471b265c328596)

test/lisp/calendar/todo-mode-tests.el

index 157a4c3168c121ebd69655621cdcaac50cb74808..0d10cc60547ba9a80e478f1c472f1076bb4ced4d 100644 (file)
@@ -825,10 +825,6 @@ automatic testing."
 Calling todo-show should display the last current todo file, not
 necessarily the new file.  After deleting the new file, todo-show
 should display the previously current (or default) todo file."
-  ;; This test has been reported to fail unreproducibly (bug#58473) or
-  ;; reproducibly only on the ZFS filesystem (bug#76381).  Since the
-  ;; causes are still unknown, don't run it with 'make check'.
-  :tags '(:unstable)
   (with-todo-test
    (todo-show)
    (should (equal todo-current-todo-file todo-test-file-1))