emacs-diffs
[Top][All Lists]
Advanced

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

master 94ed2df02fa: Revert skip on eglot-tests.el


From: Michael Albinus
Subject: master 94ed2df02fa: Revert skip on eglot-tests.el
Date: Tue, 23 Apr 2024 11:08:32 -0400 (EDT)

branch: master
commit 94ed2df02fa1841095041c8c26ad243052638e22
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Revert skip on eglot-tests.el
    
    * test/lisp/progmodes/eglot-tests.el (eglot-test-basic-symlink):
    Comment out skip on EMBA.
---
 test/lisp/progmodes/eglot-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/progmodes/eglot-tests.el 
b/test/lisp/progmodes/eglot-tests.el
index 4a75a1c5147..96519175fa1 100644
--- a/test/lisp/progmodes/eglot-tests.el
+++ b/test/lisp/progmodes/eglot-tests.el
@@ -441,7 +441,7 @@ directory hierarchy."
   (skip-unless (executable-find "clangd"))
   ;; This test is said to fail due to bug#70408.  So we skip it at least
   ;; on EMBA, because it poisons the test jobs.
-  (skip-when (getenv "EMACS_EMBA_CI"))
+  ;(skip-when (getenv "EMACS_EMBA_CI"))
   ;; MS-Windows either fails symlink creation or pops up UAC prompts.
   (skip-when (eq system-type 'windows-nt))
   (eglot--with-fixture



reply via email to

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