From 7658f4c30a2d0f42a7e1c95962236f183c50c967 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 22 Aug 2025 13:18:08 +0200 Subject: [PATCH] Skip eglot-test-rust-completion-exit-function on emba --- test/lisp/progmodes/eglot-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lisp/progmodes/eglot-tests.el b/test/lisp/progmodes/eglot-tests.el index 2b98da4134b..7fd4f0f0491 100644 --- a/test/lisp/progmodes/eglot-tests.el +++ b/test/lisp/progmodes/eglot-tests.el @@ -710,6 +710,7 @@ directory hierarchy." ;; This originally appeared in github#1339 (skip-unless (executable-find "rust-analyzer")) (skip-unless (executable-find "cargo")) + (skip-when (getenv "EMACS_EMBA_CI")) (eglot--with-fixture '(("cmpl-project" . (("main.rs" .