mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-json-iterator-go: Skip more tests.
* gnu/packages/golang-web.scm (go-github-com-json-iterator-go) [arguments] <test-flags>: Skip more failing tests. Change-Id: I36b5a5b0d35c29ec73e8ca7e92f382159204a73c
This commit is contained in:
parent
cb3b8db6a9
commit
1f67d518fc
1 changed files with 6 additions and 2 deletions
|
@ -5349,8 +5349,12 @@ controlled. It is based on netlink messages.")
|
|||
#:go go-1.23
|
||||
#:import-path "github.com/json-iterator/go"
|
||||
#:test-flags
|
||||
;; XXX: Try to skip just "Test_symmetric/map[test.stringKeyType]string".
|
||||
#~(list "-skip" "Test_symmetric")))
|
||||
#~(list "-skip" (string-join
|
||||
(list "Test_marshal/.53..b/string"
|
||||
"Test_marshal/.57._/string"
|
||||
"Test_string_encode_with_std_without_html_escape"
|
||||
"Test_symmetric/map.test.stringKeyType.string")
|
||||
"|"))))
|
||||
(native-inputs
|
||||
(list go-github-com-davecgh-go-spew
|
||||
go-github-com-google-gofuzz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue