From e741d0d45a646e57acdce74be9bfe5f7d1dd150e Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 27 Jun 2025 18:28:44 +0100 Subject: [PATCH] gnu: go-gopkg-in-inconshreveable-log15-v1: Skip one more test. * gnu/packages/golang-xyz.scm (go-gopkg-in-inconshreveable-log15-v1): [arguments] : 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 c805ad723601a2a69254a7b4bdc3ac62fbcc3c5c..be02eebd09b41a28a9ffa0e4d5d609c74cdc81cd 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))