gnu: sequoia-sq: Skip a test.

* gnu/packages/sequoia.scm (sequoia-sq)[arguments]: Add cargo-test-flags
to skip a test.

Change-Id: I7e614a1990d25eec394a3cb98c5c15c8125876a6
This commit is contained in:
Efraim Flashner 2024-07-22 00:06:37 +03:00
parent c33e95b548
commit e5c0b62deb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -589,6 +589,10 @@ (define-public sequoia-sq
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:install-source? #f `(#:install-source? #f
#:cargo-test-flags
(list "--release" "--"
;; The certificate has an expiration date.
"--skip=sq_autocrypt_import")
#:cargo-inputs #:cargo-inputs
(("rust-anyhow" ,rust-anyhow-1) (("rust-anyhow" ,rust-anyhow-1)
("rust-buffered-reader" ,rust-buffered-reader-1) ("rust-buffered-reader" ,rust-buffered-reader-1)