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:
Sharlatan Hellseher 2025-06-27 18:28:44 +01:00
parent 22700c5f37
commit e741d0d45a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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))