mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01: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
1074b4e143
commit
15aaf609b2
1 changed files with 5 additions and 1 deletions
|
@ -2336,7 +2336,11 @@ (define-public go-gitlab-com-yawning-utls-git
|
|||
"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…
Reference in a new issue