tag: 1.2
commit f317a7df53fe390a95184687732db82b4b178465
Author: Michał Krzywkowski <[email protected]>
Commit: Michał Krzywkowski <[email protected]>
* eglot-tests.el: Disable eclipse connection tests.
---
eglot-tests.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eglot-tests.el b/eglot-tests.el
index 1b77ad1..a16bd52 100644
--- a/eglot-tests.el
+++ b/eglot-tests.el
@@ -33,7 +33,8 @@
;; Helpers
(defun eglot--have-eclipse-jdt-ls-p ()
- (and (getenv "CLASSPATH")
+ (and nil
+ (getenv "CLASSPATH")
(cl-some
(lambda (x)
(string-match-p "org\\.eclipse\\.equinox\\.launcher_.*\\.jar$" x))