Skip to content

Commit

Permalink
; Disable yet another unstable test in CI
Browse files Browse the repository at this point in the history
* eglot-tests.el (eglot--tramp-test): Disable yet another unstable
test in CI.
  • Loading branch information
skangas committed Jan 15, 2022
1 parent dda4f6b commit 305b1a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eglot-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,8 @@ are bound to the useful return values of
(ert-deftest eglot--tramp-test ()
"Ensure LSP servers can be used over TRAMP."
(skip-unless (and (>= emacs-major-version 27) (executable-find "pyls")))
;; FIXME: Doesn't work in Github CI.
(skip-unless (not (getenv "CI")))
;; Set up a loopback TRAMP method that’s just a shell so the remote
;; host is really just the local host.
(let ((tramp-remote-path (cons 'tramp-own-remote-path tramp-remote-path))
Expand Down

0 comments on commit 305b1a8

Please sign in to comment.