summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-06-27 18:28:44 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-11 21:42:58 +0100
commite741d0d45a646e57acdce74be9bfe5f7d1dd150e (patch)
tree3cbf84d3a30b00856adcb3012386997331aee7a8
parent22700c5f37f58913edf95516c0ab88d84c3baaaf (diff)
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
-rw-r--r--gnu/packages/golang-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index c805ad72360..be02eebd09b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -21762,7 +21762,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))