aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Berman2025-02-27 12:13:26 +0100
committerStephen Berman2025-02-27 12:13:26 +0100
commit4cc5e4ec0bc6c11a19ca0244f60813619acd718d (patch)
tree7173cd59a014ab011680dbdd3fb236f7cd4cce05
parent13423cd0197fa69bd6246f0720471b265c328596 (diff)
downloademacs-4cc5e4ec0bc6c11a19ca0244f60813619acd718d.tar.gz
emacs-4cc5e4ec0bc6c11a19ca0244f60813619acd718d.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, 4 insertions, 0 deletions
diff --git a/test/lisp/calendar/todo-mode-tests.el b/test/lisp/calendar/todo-mode-tests.el
index 0d10cc60547..157a4c3168c 100644
--- a/test/lisp/calendar/todo-mode-tests.el
+++ b/test/lisp/calendar/todo-mode-tests.el
@@ -825,6 +825,10 @@ 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)
828 (with-todo-test 832 (with-todo-test
829 (todo-show) 833 (todo-show)
830 (should (equal todo-current-todo-file todo-test-file-1)) 834 (should (equal todo-current-todo-file todo-test-file-1))