mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-veraison-go-cose: Skip some tests.
* gnu/packages/golang-crypto.scm (go-github-com-veraison-go-cose) [arguments]<test-flags>: Skip some not critical tests. Change-Id: I77cfb4cccde1a0f6df9ccb97d91006c6df8992b7
This commit is contained in:
parent
9b30ff5202
commit
dadfcdbae6
1 changed files with 12 additions and 1 deletions
|
@ -2535,7 +2535,18 @@ support the streaming mode required by Go's standard Hash interface.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/veraison/go-cose"))
|
||||
#:import-path "github.com/veraison/go-cose"
|
||||
#:test-flags
|
||||
;; Some tests are not compatible with cbor@2.9.0.
|
||||
;; See: <https://github.com/veraison/go-cose/pull/218>.
|
||||
#~(list "-skip" (string-join
|
||||
(list "TestProtectedHeader_UnmarshalCBOR/duplicated_key"
|
||||
"TestUnprotectedHeader_UnmarshalCBOR/duplicated_key"
|
||||
"TestKey_UnmarshalCBOR/duplicated_param"
|
||||
"TestKey_UnmarshalCBOR/duplicated_kty"
|
||||
"TestConformance/sign1-verify-negative-0002"
|
||||
"TestConformance/sign1-verify-negative-0003")
|
||||
"|"))))
|
||||
(propagated-inputs
|
||||
(list go-github-com-fxamacker-cbor-v2))
|
||||
(home-page "https://github.com/veraison/go-cose")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue