summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-06-12 19:24:55 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-11 21:42:56 +0100
commit6a3968787dbefc8ebc3916913a04ce99e0716770 (patch)
tree5fadf63c865a7500583052907540bdd24c84ce29 /gnu
parent82ce78394f554c910ea17416717b7adf13145824 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 71f622cff14..48aaa3aec46 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -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")