sharlatan pushed a commit to branch go-team
in repository guix.
commit 9d0cca77209ead67cdfaf8f7d89bf312c89ee666
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Dec 12 23:47:05 2024 +0000
gnu: go-github-com-sirupsen-logrus: Skip one test.
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus)
[arguments]<test-flags>: Skip one failing test.
Change-Id: I23aec0766e2667c6c53272458162e10435c30ab4
---
gnu/packages/golang.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 9447d912ff..c14bbddeac 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3146,6 +3146,7 @@ containers.")
(arguments
(list
#:import-path "github.com/sirupsen/logrus"
+ #:test-flags #~(list "-skip" "TestNestedLoggingReportsCorrectCaller")
#:phases
#~(modify-phases %standard-phases
(replace 'check