summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-12-28 22:48:06 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:42:35 +0000
commit34c10a61c348d91a6fa3455f918302a889f4c82e (patch)
treeb6315e4a39cd559abdc0f1c6673a5c375c6d017e /gnu/packages
parentcbe1dd297a9ee8645f0957b4c22036423916fd6f (diff)
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
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/golang.scm13
1 files changed, 12 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index f62cc66944c..508555986d1 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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