mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: kgpg: Skip flaky test.
* gnu/packages/kde-pim.scm (kgpg)[arguments]: Skip "kgpg-import" test.
This commit is contained in:
parent
67f32a2fd2
commit
1a02365c4a
1 changed files with 2 additions and 1 deletions
|
@ -927,7 +927,8 @@ (define-public kgpg
|
|||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(setenv "HOME" (getcwd))
|
||||
(invoke "ctest")))))))
|
||||
;; XXX: This test fails randomly.
|
||||
(invoke "ctest" "-E" "kgpg-import")))))))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules
|
||||
gnupg ;; TODO: Remove after gpgme uses fixed path
|
||||
|
|
Loading…
Reference in a new issue