1
Fork 0
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:
Sharlatan Hellseher 2025-01-23 12:09:08 +00:00
parent f0527feeda
commit 677f665137
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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