emacs-diffs
[Top][All Lists]
Advanced

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

master 0e139ca741a 2/2: * test/lisp/progmodes/eglot-tests.el (eglot-test


From: Michael Albinus
Subject: master 0e139ca741a 2/2: * test/lisp/progmodes/eglot-tests.el (eglot-test-basic-symlink): Skip on EMBA.
Date: Tue, 23 Apr 2024 07:24:53 -0400 (EDT)

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

    * test/lisp/progmodes/eglot-tests.el (eglot-test-basic-symlink): Skip on 
EMBA.
---
 test/lisp/progmodes/eglot-tests.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/lisp/progmodes/eglot-tests.el 
b/test/lisp/progmodes/eglot-tests.el
index c4ca870fbe6..914f23bc9e3 100644
--- a/test/lisp/progmodes/eglot-tests.el
+++ b/test/lisp/progmodes/eglot-tests.el
@@ -439,6 +439,9 @@ 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



reply via email to

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