guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: kgpg: Skip flaky test.


From: guix-commits
Subject: 01/03: gnu: kgpg: Skip flaky test.
Date: Fri, 18 Aug 2023 06:17:33 -0400 (EDT)

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

commit bbd6f715e8f267a91ad567e5f80c071269c7250e
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Thu Aug 17 20:14:52 2023 +0800

    gnu: kgpg: Skip flaky test.
    
    * gnu/packages/kde-pim.scm (kgpg)[arguments]: Skip "kgpg-export" test.
---
 gnu/packages/kde-pim.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 56cd54be4a..6ca2af37d0 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -954,8 +954,8 @@ package.")
                  (lambda* (#:key tests? #:allow-other-keys)
                    (when tests?
                      (setenv "HOME" (getcwd))
-                     ;; XXX: This test fails randomly.
-                     (invoke "ctest" "-E" "kgpg-import")))))))
+                     ;; XXX: Those tests fails randomly.
+                     (invoke "ctest" "-E" "kgpg-import|kgpg-export")))))))
     (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]