From: Michael Albinus <michael.albinus@gmx.de> Date: Thu, 7 Jan 2021 15:43:27 +0000 (+0100) Subject: * test/lisp/filenotify-tests.el (file-notify-test07-many-events-remote): X-Git-Tag: emacs-28.0.90~4351 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5b8e5a7577c9b05bae1849f7b507b16c1f37c96;p=emacs.git * test/lisp/filenotify-tests.el (file-notify-test07-many-events-remote): Mark it as unstable also on emba. --- diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el index 047109a96a2..d73b072661a 100644 --- a/test/lisp/filenotify-tests.el +++ b/test/lisp/filenotify-tests.el @@ -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."