summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-06-12 10:53:29 +0100
committerAndreas Enge <andreas@enge.fr>2025-07-26 19:55:45 +0200
commit512b8d78262023f4600780f425f23b07a6bf52f3 (patch)
tree2d22f479118a0f9f246b40e576bba83aee1f37c1
parent5a43df8e3404bfa6f17a2f72de2122fc3c802e56 (diff)
gnu: go-github-com-aws-smithy-go-aws-http-auth: Skip one test.
* gnu/packages/golang-web.scm (go-github-com-aws-smithy-go-aws-http-auth) [arguments] <test-flags>: Skip one failing test. Change-Id: If3e8a40b83436ebf0807a2f309f093cf94a192ea
-rw-r--r--gnu/packages/golang-web.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index d105a53012..5f3e454027 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1172,7 +1172,10 @@ Amazon Simple Queue Service.")
(list
#:skip-build? #t
#:import-path "github.com/aws/smithy-go/aws-http-auth"
- #:unpack-path "github.com/aws/smithy-go"))
+ #:unpack-path "github.com/aws/smithy-go"
+ ;; panic: runtime error: invalid memory address or nil pointer
+ ;; dereference
+ #:test-flags #~(list "-skip" "TestSignRequest_SignStringError")))
(home-page "https://github.com/aws/smithy-go")
(synopsis "Consumable SigV4 and SigV4a request signing")
(description