From f5b8e5a7577c9b05bae1849f7b507b16c1f37c96 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 7 Jan 2021 16:43:27 +0100 Subject: [PATCH] * test/lisp/filenotify-tests.el (file-notify-test07-many-events-remote): Mark it as unstable also on emba. --- test/lisp/filenotify-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.5