~ruther/guix-local

677f665137c02023a8ff16b9fe14a67d0f78cb12 — Sharlatan Hellseher 1 year, 4 months ago f0527fe
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
1 files changed, 1 insertions(+), 0 deletions(-)

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