guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]