~ruther/guix-local

e741d0d45a646e57acdce74be9bfe5f7d1dd150e — Sharlatan Hellseher 11 months ago 22700c5
gnu: go-gopkg-in-inconshreveable-log15-v1: Skip one more test.

* gnu/packages/golang-xyz.scm (go-gopkg-in-inconshreveable-log15-v1):
[arguments] <test-flags>: Skip one more test.

Change-Id: I1dffdd7b769c46fb48850960aaa79093aebc242c
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +1 -1
@@ 21762,7 21762,7 @@ distributions of benchmark measurements
    (build-system go-build-system)
    (arguments
     (list
      #:test-flags #~(list "-skip" "TestFailoverHandler")
      #:test-flags #~(list "-skip" "TestFailoverHandler|TestLazy")
      #:import-path "gopkg.in/inconshreveable/log15.v1"))
    (native-inputs
     (list go-github-com-stretchr-testify))