summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-crypto.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <[email protected]>2025-01-09 14:02:11 +0000
committerSharlatan Hellseher <[email protected]>2025-01-21 23:47:49 +0000
commit0edeae417873831063b9c58e0d25a8cd28dc6152 (patch)
treef6d8757e2da48760f6148c8381a1b83d964026b8 /gnu/packages/golang-crypto.scm
parent98f7346225ff1cc43755a00ae0e98b448c2283eb (diff)
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
Diffstat (limited to 'gnu/packages/golang-crypto.scm')
-rw-r--r--gnu/packages/golang-crypto.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 4c88150ad3..f3aa7df336 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -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