summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-06-27 18:28:44 +0100
committerAndreas Enge <andreas@enge.fr>2025-07-26 19:55:48 +0200
commita52da2890def0f0d2bd929dc39194f9646e50d97 (patch)
treeafab373ee341d23c3801cc9dca7d3799a83b746a
parent18367da600e2b8d0e2149bc4f2955efddefc4d1d (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 a8094c3d1c..ec2c9e9890 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -21681,7 +21681,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))