1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: go-mvdan-cc-xurls-v2: Skip one test.

* gnu/packages/golang-web.scm (go-mvdan-cc-xurls-v2) [arguments]
<test-flags>: Skip one test.

Change-Id: I5e9dd8f729c1c76994e9c4cdafbcba9b819b897f
This commit is contained in:
Sharlatan Hellseher 2024-12-28 15:06:28 +00:00
parent d2c0c8528f
commit d9eabbded6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7848,7 +7848,8 @@ the code or routes.")
(build-system go-build-system)
(arguments
(list
#:import-path "mvdan.cc/xurls/v2"))
#:import-path "mvdan.cc/xurls/v2"
#:test-flags #~(list "-skip" "TestScript/version")))
(propagated-inputs
(list go-github-com-rogpeppe-go-internal
go-golang-org-x-mod