guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: kio: Skip another test.


From: guix-commits
Subject: branch master updated: gnu: kio: Skip another test.
Date: Sun, 03 Sep 2023 08:44:15 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e365c26a34 gnu: kio: Skip another test.
e365c26a34 is described below

commit e365c26a34fa485f9af46538fcea128db681c33d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 3 15:25:35 2023 +0300

    gnu: kio: Skip another test.
    
    * gnu/packages/kde-frameworks.scm (kio)[arguments]: Adjust custom 'check
    phase to skip a test which fails on aarch64-linux.
---
 gnu/packages/kde-frameworks.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index ec7b5c041b..0384baae46 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2818,7 +2818,8 @@ consumption.")
                                        "|kiowidgets-kdirmodeltest"
                                        
"|kiowidgets-kurifiltertest-colon-separator"
                                        "|kiofilewidgets-kfilewidgettest"
-                                       
"|kiowidgets-kurifiltertest-space-separator)")))))
+                                       
"|kiowidgets-kurifiltertest-space-separator"
+                                       
"|kioworker-httpheaderdispositiontest)")))))
           (add-after 'install 'add-symlinks
             ;; Some package(s) (e.g. bluedevil) refer to these service types by
             ;; the wrong name.  I would prefer to patch those packages, but I



reply via email to

[Prev in Thread] Current Thread [Next in Thread]