~ruther/guix-local

93517366b1a4de5ed2ff14fb0f7690fbd2458f39 — Sharlatan Hellseher 1 year, 5 months ago 4d705da
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
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/golang.scm
M gnu/packages/golang.scm => gnu/packages/golang.scm +1 -0
@@ 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