mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: kgpg: Disable tests.
* gnu/packages/kde-pim.scm (kgpg)[arguments]: Disable tests.
This commit is contained in:
parent
4187638b60
commit
f3f02dd9c8
1 changed files with 5 additions and 2 deletions
|
@ -954,8 +954,11 @@ (define-public kgpg
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue