From: Lars Ingebrigtsen Date: Sun, 4 Sep 2022 18:44:30 +0000 (+0200) Subject: Mark some filenotify tests unstable on EMBA X-Git-Tag: emacs-29.0.90~1856^2~726 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1dad2cba159abc05c567491c959471da12d24722;p=emacs.git Mark some filenotify tests unstable on EMBA * test/lisp/filenotify-tests.el (file-notify-test03-events) (file-notify-test09-watched-file-in-watched-dir): Mark as unstable on EMBA, because they seem to fail regularly. --- diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el index 4ed1786a8ef..2d147e900d7 100644 --- a/test/lisp/filenotify-tests.el +++ b/test/lisp/filenotify-tests.el @@ -639,7 +639,9 @@ delivered." (ert-deftest file-notify-test03-events () "Check file creation/change/removal notifications." - :tags '(:expensive-test) + :tags (if (getenv "EMACS_EMBA_CI") + '(:expensive-test :unstable) + '(:expensive-test)) (skip-unless (file-notify--test-local-enabled)) (unwind-protect @@ -1382,7 +1384,9 @@ descriptors that were issued when registering the watches. This test caters for the situation in bug#22736 where the callback for the directory received events for the file with the descriptor of the file watch." - :tags '(:expensive-test) + :tags (if (getenv "EMACS_EMBA_CI") + '(:expensive-test :unstable) + '(:expensive-test)) (skip-unless (file-notify--test-local-enabled)) ;; A directory to be watched.