guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d1c5240ea465a6e95bf9952318d65b09f9a25dbc
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Mar 13 20:42:59 2025 +0100

    gnu: emacs-lua-mode: Remove more faulty tests.
    
    * gnu/packages/emacs-xyz.scm 
(emacs-lua-mode)[#:phases]<remove-faulty-tests>:
    Also remove “test/test-fill.el”.
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a3b00b6414..eed83bd923 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18593,7 +18593,8 @@ using package inferred style.")
             ;; build to fail.  Remove them until they are fixed by upstream.
             (add-after 'unpack 'remove-faulty-tests
               (lambda _
-                (delete-file "test/test-indentation.el"))))))
+                (delete-file "test/test-indentation.el")
+                (delete-file "test/test-fill.el"))))))
       (native-inputs
        (list emacs-buttercup lua))
       (home-page "https://github.com/immerrr/lua-mode/";)

Reply via email to