From: Michael Albinus Date: Mon, 22 May 2023 10:56:45 +0000 (+0200) Subject: Mark failing filenotify test as :unstable X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=438b1205c54dbdeff234d14dcf2287cbf6769522;p=emacs.git Mark failing filenotify test as :unstable * test/lisp/filenotify-tests.el (file-notify-test04-autorevert-remote): Tag as :unstable. --- diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el index bc094345ffe..97b7c46c689 100644 --- a/test/lisp/filenotify-tests.el +++ b/test/lisp/filenotify-tests.el @@ -1032,7 +1032,7 @@ delivered." (file-notify--test-cleanup)))) (file-notify--deftest-remote file-notify-test04-autorevert - "Check autorevert via file notification for remote files.") + "Check autorevert via file notification for remote files." t) (ert-deftest file-notify-test05-file-validity () "Check `file-notify-valid-p' for files."