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

commit 58fc569f2cef2157b9e40c17295de66062731d64
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 eba1394ea9..d9de12143b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -18024,7 +18024,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