emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1dad2cba15: Mark some filenotify tests unstable on EMBA


From: Lars Ingebrigtsen
Subject: master 1dad2cba15: Mark some filenotify tests unstable on EMBA
Date: Sun, 4 Sep 2022 14:52:28 -0400 (EDT)

branch: master
commit 1dad2cba159abc05c567491c959471da12d24722
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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.
---
 test/lisp/filenotify-tests.el | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el
index 4ed1786a8e..2d147e900d 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]