diff options
Diffstat (limited to 'test/lisp/filenotify-tests.el')
-rw-r--r-- | test/lisp/filenotify-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." |