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

commit e38545937517f232011893a9d861d9dc0bc7598b
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 f2d9d10c93..661eebf965 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -16914,7 +16914,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