From 7cf12a7dd29f0bd4be17759dae97461425dbaa57 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 23 Apr 2024 17:08:06 +0200 Subject: [PATCH] Revert skip on eglot-tests.el * test/lisp/progmodes/eglot-tests.el (eglot-test-basic-symlink): Comment out skip on EMBA. (cherry picked from commit 94ed2df02fa1841095041c8c26ad243052638e22) --- 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 -- 2.39.5