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

commit 392b87fa0f20c30788331ae3293757548e338c2d
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 c805ad7236..be02eebd09 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))

Reply via email to