mbakke pushed a commit to branch master
in repository guix.

commit 4efbd33f0fcf0404eb00427a0cb89162774314e0
Author: Petr Hodina <[email protected]>
AuthorDate: Tue Sep 27 21:48:56 2022 +0200

    gnu: kdelibs4support: Enable passing test.
    
    * gnu/packages/kde-frameworks.scm (kdelibs4support): Enable passing test.
    
    Signed-off-by: Marius Bakke <[email protected]>
---
 gnu/packages/kde-frameworks.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 4956dad6a8..615ad4130f 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3581,9 +3581,8 @@ workspace.")
              (with-output-to-file "autotests/BLACKLIST"
                (lambda _
                  (display "[testSmb]\n*\n")))
-             ;; kuniqueapptest hangs. FIXME: Make this test pass.
              (invoke "dbus-launch" "ctest"
-                     "-E" "kstandarddirstest|kuniqueapptest"))))))
+                     "-E" "kstandarddirstest"))))))
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "KDE Frameworks 5 porting aid from KDELibs4")
     (description "This framework provides code and utilities to ease the

Reply via email to