guix-commits
[Top][All Lists]
Advanced

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

branch kde-updates updated: gnu: kgpg: Disable tests.


From: guix-commits
Subject: branch kde-updates updated: gnu: kgpg: Disable tests.
Date: Fri, 18 Aug 2023 07:47:59 -0400

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

iyzsong pushed a commit to branch kde-updates
in repository guix.

The following commit(s) were added to refs/heads/kde-updates by this push:
     new f3f02dd9c8 gnu: kgpg: Disable tests.
f3f02dd9c8 is described below

commit f3f02dd9c8dce60db0abd84100000edc0b07b6c1
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Fri Aug 18 19:44:36 2023 +0800

    gnu: kgpg: Disable tests.
    
    * gnu/packages/kde-pim.scm (kgpg)[arguments]: Disable tests.
---
 gnu/packages/kde-pim.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 6ca2af37d0..e95eac4e2f 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -954,8 +954,11 @@ package.")
                  (lambda* (#:key tests? #:allow-other-keys)
                    (when tests?
                      (setenv "HOME" (getcwd))
-                     ;; XXX: Those tests fails randomly.
-                     (invoke "ctest" "-E" "kgpg-import|kgpg-export")))))))
+                     (invoke "ctest")))))
+           ;; XXX: Tests could fail randomly with:
+           ;;   gpg: can't connect to the agent: IPC connect call failed
+           ;;   gpg process did not finish. Cannot generate a new key pair.
+           #:tests? #f))
     (native-inputs
      (list extra-cmake-modules
            gnupg ;; TODO: Remove after gpgme uses fixed path



reply via email to

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