[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/17: gnu: go-gitlab-com-yawning-utls-git: Fix tests.
From: |
guix-commits |
Subject: |
17/17: gnu: go-gitlab-com-yawning-utls-git: Fix tests. |
Date: |
Thu, 9 Jan 2025 09:04:13 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 0b2b09c6e202a8e2257409d5a36c0d1be127ef7e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Jan 9 14:02:11 2025 +0000
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
---
gnu/packages/golang-crypto.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
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
- 05/17: gnu: go-github-com-go-git-go-git-v5: Move to golang-vcs., (continued)
- 05/17: gnu: go-github-com-go-git-go-git-v5: Move to golang-vcs., guix-commits, 2025/01/09
- 09/17: gnu: go-github-com-twpayne-go-xdg-v3: Adjust inputs., guix-commits, 2025/01/09
- 10/17: gnu: Add go-github-com-twpayne-go-xdg-v6., guix-commits, 2025/01/09
- 07/17: gnu: go-github-com-twpayne-go-vfs: Rename variable., guix-commits, 2025/01/09
- 02/17: gnu: go-github-com-ssgelm-cookiejarparser: Move to golang-web., guix-commits, 2025/01/09
- 12/17: gnu: Add go-github-com-twpayne-go-vfs-v4., guix-commits, 2025/01/09
- 08/17: gnu: go-github-com-twpayne-go-xdg-v3: Move to golang-xyz., guix-commits, 2025/01/09
- 11/17: gnu: go-github-com-twpayne-go-vfs-v5: Simplify., guix-commits, 2025/01/09
- 15/17: gnu: go-github-com-bradfitz-gomemcache: Update to 0.0.0-20230905024940-24af94b03874., guix-commits, 2025/01/09
- 14/17: gnu: Add go-github-com-google-go-github-v50., guix-commits, 2025/01/09
- 17/17: gnu: go-gitlab-com-yawning-utls-git: Fix tests.,
guix-commits <=