1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-29 12:35:15 +02:00

gnu: go-github-com-segmentio-encoding: Skip 2 more tests.

* gnu/packages/golang-xyz.scm (go-github-com-segmentio-encoding)
[arguments] <test-flags>: Skip 2 more failing tests.

Change-Id: I133809f9d21bfbed53ef83cdbd43e197620273d0
This commit is contained in:
Sharlatan Hellseher
2025-06-12 19:24:55 +01:00
parent 82ce78394f
commit 6a3968787d
+7 -1
View File
@@ -17438,7 +17438,13 @@ and branchless algorithms shine.")
#:go go-1.23
#:skip-build? #t
#:import-path "github.com/segmentio/encoding"
#:test-flags #~(list "-skip" "TestUnmarshalFixture|TestDecodeFixture")))
#:test-flags
#~(list "-skip" (string-join
(list "TestCodec/string#07"
"TestCodec/string#08"
"TestDecodeFixture"
"TestUnmarshalFixture")
"|"))))
(propagated-inputs
(list go-github-com-segmentio-asm))
(home-page "https://github.com/segmentio/encoding")