summaryrefslogtreecommitdiff
path: root/test/lisp/filenotify-tests.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-01-07 16:43:27 +0100
committerMichael Albinus <michael.albinus@gmx.de>2021-01-07 16:43:27 +0100
commitf5b8e5a7577c9b05bae1849f7b507b16c1f37c96 (patch)
tree0e3090fc181d079c21846a5dcd1fbd8561387293 /test/lisp/filenotify-tests.el
parent9db1c0993a99853968c021d094eba37c0cae60bb (diff)
downloademacs-f5b8e5a7577c9b05bae1849f7b507b16c1f37c96.tar.gz
emacs-f5b8e5a7577c9b05bae1849f7b507b16c1f37c96.tar.bz2
emacs-f5b8e5a7577c9b05bae1849f7b507b16c1f37c96.zip
* test/lisp/filenotify-tests.el (file-notify-test07-many-events-remote):
Mark it as unstable also on emba.
Diffstat (limited to 'test/lisp/filenotify-tests.el')
-rw-r--r--test/lisp/filenotify-tests.el2
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."