mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
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
This commit is contained in:
parent
4d705da70c
commit
93517366b1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue