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:
Sharlatan Hellseher 2025-01-09 14:02:11 +00:00
parent 1074b4e143
commit 15aaf609b2
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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