mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
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
This commit is contained in:
parent
f0527feeda
commit
677f665137
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue