projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9db1c09
)
* test/lisp/filenotify-tests.el (file-notify-test07-many-events-remote):
author
Michael Albinus
<michael.albinus@gmx.de>
Thu, 7 Jan 2021 15:43:27 +0000
(16:43 +0100)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/test/lisp/filenotify-tests.el
b/test/lisp/filenotify-tests.el
index 047109a96a24feb3fd6b14a1ea98a41be7c47bf6..d73b072661a8c5dc02385e0926a3a312033fce6e 100644
(file)
--- 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."