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:
Sharlatan Hellseher 2025-06-08 17:32:08 +01:00
parent cb3b8db6a9
commit 1f67d518fc
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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