Skip to content

Commit 7658f4c

Browse files
committed
Skip eglot-test-rust-completion-exit-function on emba
1 parent 384483e commit 7658f4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/lisp/progmodes/eglot-tests.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ directory hierarchy."
710710
;; This originally appeared in github#1339
711711
(skip-unless (executable-find "rust-analyzer"))
712712
(skip-unless (executable-find "cargo"))
713+
(skip-when (getenv "EMACS_EMBA_CI"))
713714
(eglot--with-fixture
714715
'(("cmpl-project" .
715716
(("main.rs" .

0 commit comments

Comments
 (0)