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

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

[elpa] 1.2 f317a7d 069/101: * eglot-tests.el: Disable eclipse connection


From: Christian Johansson
Subject: [elpa] 1.2 f317a7d 069/101: * eglot-tests.el: Disable eclipse connection tests.
Date: Thu, 29 Apr 2021 15:09:02 -0400 (EDT)

tag: 1.2
commit f317a7df53fe390a95184687732db82b4b178465
Author: Michał Krzywkowski <k.michal@zoho.com>
Commit: Michał Krzywkowski <k.michal@zoho.com>

    * 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))



reply via email to

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