diff options
| author | Michael Albinus | 2024-06-03 12:53:04 +0200 |
|---|---|---|
| committer | Michael Albinus | 2024-06-03 12:53:04 +0200 |
| commit | 288b0db9682c519a3d7f8fa0c037640997209375 (patch) | |
| tree | 1af75cdedd6b0bf98c91cd2a6444ef46b5621936 | |
| parent | a739cab66378a367cef8fa3a59f7ccb70a56bbb4 (diff) | |
| download | emacs-288b0db9682c519a3d7f8fa0c037640997209375.tar.gz emacs-288b0db9682c519a3d7f8fa0c037640997209375.zip | |
Skip unmature file notification tests
* test/lisp/filenotify-tests.el (file-notify--deftest-remote):
Skip with "gio" library. It is unmature.
| -rw-r--r-- | test/lisp/filenotify-tests.el | 3 |
1 files changed, 3 insertions, 0 deletions
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'." | |||
| 278 | (ert-test (ert-get-test ',test)) | 278 | (ert-test (ert-get-test ',test)) |
| 279 | vc-handled-backends) | 279 | vc-handled-backends) |
| 280 | (skip-unless (file-notify--test-remote-enabled)) | 280 | (skip-unless (file-notify--test-remote-enabled)) |
| 281 | ;; These tests do not work for remote gio/GInotifyFileMonitor. | ||
| 282 | ;; Needs further investigation. | ||
| 283 | (skip-when (string-equal (file-notify--test-library) "gio")) | ||
| 281 | (tramp-cleanup-connection | 284 | (tramp-cleanup-connection |
| 282 | (tramp-dissect-file-name temporary-file-directory) nil 'keep-password) | 285 | (tramp-dissect-file-name temporary-file-directory) nil 'keep-password) |
| 283 | (funcall (ert-test-body ert-test))))) | 286 | (funcall (ert-test-body ert-test))))) |