Skip to content

Commit

Permalink
gnu: kgpg: Skip flaky test.
Browse files Browse the repository at this point in the history
* gnu/packages/kde-pim.scm (kgpg)[arguments]: Skip "kgpg-import" test.
  • Loading branch information
宋文武 committed Aug 8, 2023
1 parent 67f32a2 commit 1a02365
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gnu/packages/kde-pim.scm
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,8 @@ package.")
(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
Expand Down

0 comments on commit 1a02365

Please sign in to comment.