guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit fc44bf367df72f3900284284c946398fe777b262
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 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))

Reply via email to