From 6a3968787dbefc8ebc3916913a04ce99e0716770 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 12 Jun 2025 19:24:55 +0100 Subject: gnu: go-github-com-segmentio-encoding: Skip 2 more tests. * gnu/packages/golang-xyz.scm (go-github-com-segmentio-encoding) [arguments] : Skip 2 more failing tests. Change-Id: I133809f9d21bfbed53ef83cdbd43e197620273d0 --- gnu/packages/golang-xyz.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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") -- cgit v1.3