* test/lisp/autorevert-tests.el: Give on on remote hydra.nixos tests.
(auto-revert--test-enabled-remote): Disable on hydra.nixos.
This commit is contained in:
parent
8f3bd2600a
commit
f113512ffc
1 changed files with 1 additions and 3 deletions
|
@ -62,9 +62,6 @@
|
|||
tramp-verbose 0
|
||||
tramp-message-show-message nil)
|
||||
|
||||
(when (getenv "EMACS_HYDRA_CI")
|
||||
(add-to-list 'tramp-remote-path 'tramp-own-remote-path))
|
||||
|
||||
(defconst auto-revert--timeout 10
|
||||
"Time to wait for a message.")
|
||||
|
||||
|
@ -114,6 +111,7 @@ being the result.")
|
|||
(cons
|
||||
t (ignore-errors
|
||||
(and
|
||||
(not (getenv "EMACS_HYDRA_CI"))
|
||||
(file-remote-p auto-revert-test-remote-temporary-file-directory)
|
||||
(file-directory-p auto-revert-test-remote-temporary-file-directory)
|
||||
(file-writable-p
|
||||
|
|
Loading…
Add table
Reference in a new issue