Skip filenotify tests on hydra.nixos.org
They frequently hang for hours. * test/lisp/filenotify-tests.el (file-notify--test-remote-enabled-checked): Default to off on hydra.
This commit is contained in:
parent
5d4cf1fef8
commit
6ce2052558
1 changed files with 2 additions and 1 deletions
|
|
@ -219,7 +219,8 @@ remote case we return always t."
|
|||
(or file-notify--library
|
||||
(file-remote-p temporary-file-directory)))
|
||||
|
||||
(defvar file-notify--test-remote-enabled-checked nil
|
||||
(defvar file-notify--test-remote-enabled-checked
|
||||
(if (getenv "EMACS_HYDRA_CI") '(t . nil))
|
||||
"Cached result of `file-notify--test-remote-enabled'.
|
||||
If the function did run, the value is a cons cell, the `cdr'
|
||||
being the result.")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue