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

commit 64cc695f98578a97ac28bc68ca96f717ad447068
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jun 11 00:18:27 2025 +0100

    gnu: go-github-com-subosito-gotenv: Skip one test.
    
    * gnu/packages/golang-xyz.scm (go-github-com-subosito-gotenv)
    [arguments] <test-flags>: Skip one failing.test.
    
    Change-Id: I75df6b87e524e7c17e35a09cc38f0a3a5c94ddab
---
 gnu/packages/golang-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 747458f868..d8c3074845 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -16362,7 +16362,8 @@ slices, JSON and other data.")
     (arguments
      (list
       #:go go-1.23
-      #:import-path "github.com/subosito/gotenv"))
+      #:import-path "github.com/subosito/gotenv"
+      #:test-flags #~(list "-skip" "TestScanner")))
     (native-inputs
      (list go-github-com-stretchr-testify))
     (propagated-inputs

Reply via email to