mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/sirupsen/logrus"
|
#:import-path "github.com/sirupsen/logrus"
|
||||||
|
#:test-flags #~(list "-skip" "TestNestedLoggingReportsCorrectCaller")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue