guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit bf83725735586c45af3b844430924552278cb971
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jun 12 10:53:29 2025 +0100
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
---
gnu/packages/golang-web.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
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