]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark some filenotify tests unstable on EMBA
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 4 Sep 2022 18:44:30 +0000 (20:44 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 4 Sep 2022 18:44:30 +0000 (20:44 +0200)
* 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.

test/lisp/filenotify-tests.el

index 4ed1786a8ef92d193f6877423e91eac46b5208f5..2d147e900d7be589a593b78a6ca9a6bbf2bb6d0b 100644 (file)
@@ -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.