From 6292cac30fd0515b25ada7a3099eccecdd48d88e Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 7 Feb 2025 09:05:02 +0000 Subject: [PATCH] gnu: go-github-com-xtaci-lossyconn: Disable tests. As seen in , goroutine fail when number of threads are more than 16. * gnu/packages/golang-web.scm (go-github-com-xtaci-lossyconn) [arguments] : Disable them. : Likewise. Change-Id: Ic66c0ef4659e2351786f4b97df045544cd0d22f1 --- gnu/packages/golang-web.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 4ac18ed0196bde0fcfd75c160efc83e3a11bdb1d..74d9eafcc4ba7301b79d4b902dbe9d98ef6d3f5b 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -8358,6 +8358,10 @@ version with various improvements (build-system go-build-system) (arguments (list + ;; XXX: In CI with 16+ threads goroutines fail. Figure out how to detect + ;; CI enviroment. + #:tests? #f + #:parallel-tests? #f #:import-path "github.com/xtaci/lossyconn")) (home-page "https://github.com/xtaci/lossyconn") (synopsis "Lossy connection simulator")