gnu: go-github-com-rakyll-statik: Skip some tests.

* gnu/packages/golang.scm (go-github-com-rakyll-statik) [arguments]
<test-flags>: Skip 5 tests.

Change-Id: Id02cf2a6ab916e62c125da9dc6edc78b905a03dd
This commit is contained in:
Sharlatan Hellseher 2024-12-28 22:48:06 +00:00
parent cbe1dd297a
commit 34c10a61c3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2139,7 +2139,18 @@ for speed on short messages.")
"fmt.Print(helpText + \"\\n\")"))))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/rakyll/statik"))
(list
#:import-path "github.com/rakyll/statik"
#:test-flags
#~(list "-skip"
(string-join
(list
"TestOpen/Files_should_retain_their_original_file*"
"TestOpen/Images_should_successfully_unpack"
"TestOpen/'index.html'_files_should_be_returned*"
"TestOpen/listed_all_sub_directories_in_deep_directory"
"TestOpen/Paths_containing_dots_should_be_properly_sanitized")
"|"))))
(home-page "https://github.com/rakyll/statik/")
(synopsis "Embed files into a Go executable")
(description "Statik allows you to embed a directory of static files into