From 438b1205c54dbdeff234d14dcf2287cbf6769522 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 22 May 2023 12:56:45 +0200 Subject: [PATCH] Mark failing filenotify test as :unstable * test/lisp/filenotify-tests.el (file-notify-test04-autorevert-remote): Tag as :unstable. --- test/lisp/filenotify-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.2