guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 8a6b954513aaad69ec2e0c3e0ba0cd098c37b3a1
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jun 27 18:28:44 2025 +0100
gnu: go-gopkg-in-inconshreveable-log15-v1: Skip one more test.
* gnu/packages/golang-xyz.scm (go-gopkg-in-inconshreveable-log15-v1):
[arguments] <test-flags>: Skip one more test.
Change-Id: I1dffdd7b769c46fb48850960aaa79093aebc242c
---
gnu/packages/golang-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 87e37e4798..43721c529f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -20592,7 +20592,7 @@ distributions of benchmark measurements
(build-system go-build-system)
(arguments
(list
- #:test-flags #~(list "-skip" "TestFailoverHandler")
+ #:test-flags #~(list "-skip" "TestFailoverHandler|TestLazy")
#:import-path "gopkg.in/inconshreveable/log15.v1"))
(native-inputs
(list go-github-com-stretchr-testify))