mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
22700c5f37
commit
e741d0d45a
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue