mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-xtaci-lossyconn: Disable tests.
As seen in <https://ci.guix.gnu.org/build/9029279/log/raw>, goroutine fail when number of threads are more than 16. * gnu/packages/golang-web.scm (go-github-com-xtaci-lossyconn) [arguments] <tests?>: Disable them. <parallel-tests?>: Likewise. Change-Id: Ic66c0ef4659e2351786f4b97df045544cd0d22f1
This commit is contained in:
parent
c2e2ed8b1a
commit
6292cac30f
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue