]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/filenotify-tests.el (file-notify-test07-many-events-remote):
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 7 Jan 2021 15:43:27 +0000 (16:43 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 7 Jan 2021 15:43:27 +0000 (16:43 +0100)
Mark it as unstable also on emba.

test/lisp/filenotify-tests.el

index 047109a96a24feb3fd6b14a1ea98a41be7c47bf6..d73b072661a8c5dc02385e0926a3a312033fce6e 100644 (file)
@@ -1265,7 +1265,7 @@ delivered."
 ;; Unpredictable failures, eg https://hydra.nixos.org/build/86016286
 (file-notify--deftest-remote file-notify-test07-many-events
   "Check that events are not dropped for remote directories."
-  (getenv "EMACS_HYDRA_CI"))
+  (or (getenv "EMACS_HYDRA_CI") (getenv "EMACS_EMBA_CI")))
 
 (ert-deftest file-notify-test08-backup ()
   "Check that backup keeps file notification."