* test/lisp/progmodes/eglot-tests.el (eglot-test-basic-symlink): Skip on EMBA.

This commit is contained in:
Michael Albinus 2024-04-23 13:24:35 +02:00
parent 4a27b31c46
commit 0e139ca741

View file

@ -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