guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.

commit 7301753c118131a25933c5a7cc8684f9f167eb9e
Author: Cayetano Santos <[email protected]>
AuthorDate: Thu Aug 27 19:43:43 2026 +0200

    gnu: emacs-difftastic: Skip failing tests in emacs 31.
    
    * gnu/packages/emacs-xyz.scm (emacs-difftastic)[#:phases]
    <skip-failing-tests>: Add tests that fail in Emacs 31.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 196d5721f4..a5f391a566 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24843,7 +24843,11 @@ and revert them selectively.")
           (add-before 'check 'skip-failing-tests
             (lambda _
               (let ((skip-tests
-                     `("-forge-pullreq-show-diff-args:buffer-post-object"
+                     
`("-with-file-bufs:basic-body-error-temporary-file-bufs-are-deleted"
+                       
"-with-file-bufs:valueform-body-error-temporary-file-bufs-are-deleted"
+                       
"-with-file-bufs:valueform-error-temporary-file-bufs-are-deleted"
+                       "-with-temp-advice:error-signaled-removes-advice"
+                       "-forge-pullreq-show-diff-args:buffer-post-object"
                        "-forge-pullreq-show-diff-args:current-topic"
                        ,(string-append
                          "-forge-pullreq-show-diff-args"

Reply via email to