projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a27b31
)
* test/lisp/progmodes/eglot-tests.el (eglot-test-basic-symlink): Skip on EMBA.
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 23 Apr 2024 11:24:35 +0000
(13:24 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Tue, 23 Apr 2024 11:24:35 +0000
(13:24 +0200)
test/lisp/progmodes/eglot-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/progmodes/eglot-tests.el
b/test/lisp/progmodes/eglot-tests.el
index c4ca870fbe6ada6d8aba7508fe837981d1441e92..914f23bc9e3aca52d2c4a5500bfadbf0db96ea7d 100644
(file)
--- 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