mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-gitlab-com-yawning-utls-git: Fix tests.
* gnu/packages/golang-crypto.scm (go-gitlab-com-yawning-utls-git) [arguments] <test-flags>: Skip 2 tests relaying on dated TLS certificates. Change-Id: I289f1a97df83f8c43e029de8457098061528c922
This commit is contained in:
parent
98f7346225
commit
0edeae4178
1 changed files with 5 additions and 1 deletions
|
@ -2336,7 +2336,11 @@ obfuscated via the Elligator 2 mapping
|
|||
"TestUTLSHandshakeClientParrotGolang"
|
||||
;; Fails with error: expected "key size too small
|
||||
;; for PSS signature".
|
||||
"TestKeyTooSmallForRSAPSS")
|
||||
"TestKeyTooSmallForRSAPSS"
|
||||
;; Time bomb tests, certs are not valid after
|
||||
;; certain date.
|
||||
"TestResumption/TLSv12"
|
||||
"TestResumption/TLSv13")
|
||||
"|"))))
|
||||
(propagated-inputs
|
||||
(list go-github-com-dsnet-compress
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue