sharlatan pushed a commit to branch go-team
in repository guix.
commit 677f665137c02023a8ff16b9fe14a67d0f78cb12
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 23 12:09:08 2025 +0000
gnu: go-gopkg-in-inconshreveable-log15-v1: Skip one test.
* gnu/packages/golang-xyz.scm (go-gopkg-in-inconshreveable-log15-v1)
[arguments] <test-flags>: Skip one test.
Change-Id: I7f6758d74143f53b263de5d1ff0c9d0e40536b8c
---
gnu/packages/golang-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 3bc52b1b15..c6aa99f65a 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15954,6 +15954,7 @@ Go.")
(build-system go-build-system)
(arguments
(list
+ #:test-flags #~(list "-skip" "TestFailoverHandler")
#:import-path "gopkg.in/inconshreveable/log15.v1"))
(native-inputs
(list go-github-com-stretchr-testify))