From a9a36b95b180c3fcd2d8a73cf60819c3c96bf593 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 3 Jun 2024 12:53:04 +0200 Subject: [PATCH] Skip unmature file notification tests * test/lisp/filenotify-tests.el (file-notify--deftest-remote): Skip with "gio" library. It is unmature. (cherry picked from commit 288b0db9682c519a3d7f8fa0c037640997209375) --- test/lisp/filenotify-tests.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el index 28f4d5fa181..3a3dccfc7b1 100644 --- a/test/lisp/filenotify-tests.el +++ b/test/lisp/filenotify-tests.el @@ -278,6 +278,9 @@ If UNSTABLE is non-nil, the test is tagged as `:unstable'." (ert-test (ert-get-test ',test)) vc-handled-backends) (skip-unless (file-notify--test-remote-enabled)) + ;; These tests do not work for remote gio/GInotifyFileMonitor. + ;; Needs further investigation. + (skip-when (string-equal (file-notify--test-library) "gio")) (tramp-cleanup-connection (tramp-dissect-file-name temporary-file-directory) nil 'keep-password) (funcall (ert-test-body ert-test))))) -- 2.39.2