From 81a907de769dec0b8f081b8d67099e90d32f517a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sun, 14 Jun 2026 06:30:55 +0200 Subject: [PATCH] app-editors/emacs: Skip test lisp/progmodes/eglot-tests.el MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/977411 Signed-off-by: Ulrich Müller --- app-editors/emacs/emacs-29.4-r7.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-editors/emacs/emacs-29.4-r7.ebuild b/app-editors/emacs/emacs-29.4-r7.ebuild index 402538368b96a..94eb106d6fd94 100644 --- a/app-editors/emacs/emacs-29.4-r7.ebuild +++ b/app-editors/emacs/emacs-29.4-r7.ebuild @@ -465,6 +465,9 @@ src_test() { # Reason: test is not skipped if tree-sitter-tsx is not installed # Bug #922525 %lisp/progmodes/typescript-ts-mode-tests.el + + # eglot-test-lsp-abiding-column #977411 + %lisp/progmodes/eglot-tests.el ) use elibc_musl && exclude_tests+=( # Reason: newlocale(3) lenient locale validation #906012