From e1c5d981a14ce1045b371aea98f102d5b049f226 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 24 Apr 2024 08:28:20 +0200 Subject: [PATCH] ; Remove comment in eglot-tests.el (cherry picked from commit 2df8bc468549523806270808ca6652de8ebc8824) --- test/lisp/progmodes/eglot-tests.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/lisp/progmodes/eglot-tests.el b/test/lisp/progmodes/eglot-tests.el index 96519175fa1..af1ee998919 100644 --- a/test/lisp/progmodes/eglot-tests.el +++ b/test/lisp/progmodes/eglot-tests.el @@ -439,9 +439,6 @@ directory hierarchy." (ert-deftest eglot-test-basic-symlink () "Test basic symlink support." (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")) ;; MS-Windows either fails symlink creation or pops up UAC prompts. (skip-when (eq system-type 'windows-nt)) (eglot--with-fixture -- 2.39.5