mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +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:
parent
d2c0c8528f
commit
d9eabbded6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue