emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f5b8e5a 1/2: * test/lisp/filenotify-tests.el (file-notify-test07-


From: Michael Albinus
Subject: master f5b8e5a 1/2: * test/lisp/filenotify-tests.el (file-notify-test07-many-events-remote):
Date: Thu, 7 Jan 2021 10:44:05 -0500 (EST)

branch: master
commit f5b8e5a7577c9b05bae1849f7b507b16c1f37c96
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * 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 047109a..d73b072 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]