emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/eglot 305b1a8171 2/2: ; Disable yet another unstable te


From: ELPA Syncer
Subject: [elpa] externals/eglot 305b1a8171 2/2: ; Disable yet another unstable test in CI
Date: Sat, 15 Jan 2022 07:57:28 -0500 (EST)

branch: externals/eglot
commit 305b1a81714cefbc0ee7bc74ac84c5e7d49f5858
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; Disable yet another unstable test in CI
    
    * eglot-tests.el (eglot--tramp-test): Disable yet another unstable
    test in CI.
---
 eglot-tests.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eglot-tests.el b/eglot-tests.el
index 0e3884c182..f00002d33e 100644
--- a/eglot-tests.el
+++ b/eglot-tests.el
@@ -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))



reply via email to

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