aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Berman2025-02-27 12:03:24 +0100
committerStephen Berman2025-02-27 12:03:24 +0100
commit13423cd0197fa69bd6246f0720471b265c328596 (patch)
tree6325d0821ee1d21873de9f20877d4d1c93c33f1c
parentf5f0ba38e0e22c9017d1c8482fbe4432a87ed8af (diff)
downloademacs-13423cd0197fa69bd6246f0720471b265c328596.tar.gz
emacs-13423cd0197fa69bd6246f0720471b265c328596.zip
Prevent a todo-mode test from running with 'make check'
* 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.
-rw-r--r--test/lisp/calendar/todo-mode-tests.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/lisp/calendar/todo-mode-tests.el b/test/lisp/calendar/todo-mode-tests.el
index 157a4c3168c..0d10cc60547 100644
--- a/test/lisp/calendar/todo-mode-tests.el
+++ b/test/lisp/calendar/todo-mode-tests.el
@@ -825,10 +825,6 @@ automatic testing."
825Calling todo-show should display the last current todo file, not 825Calling todo-show should display the last current todo file, not
826necessarily the new file. After deleting the new file, todo-show 826necessarily the new file. After deleting the new file, todo-show
827should display the previously current (or default) todo file." 827should display the previously current (or default) todo file."
828 ;; This test has been reported to fail unreproducibly (bug#58473) or
829 ;; reproducibly only on the ZFS filesystem (bug#76381). Since the
830 ;; causes are still unknown, don't run it with 'make check'.
831 :tags '(:unstable)
832 (with-todo-test 828 (with-todo-test
833 (todo-show) 829 (todo-show)
834 (should (equal todo-current-todo-file todo-test-file-1)) 830 (should (equal todo-current-todo-file todo-test-file-1))