mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: go-github-com-pelletier-go-toml-v2: Disable tests.
* gnu/packages/golang-xyz.scm (go-github-com-pelletier-go-toml-v2) [arguments] <tests?>: Disable as all of them hang in CI without any obvious reason. Change-Id: I90d74254df46d0fb215bae3823e1c1f744156357
This commit is contained in:
parent
44d9f05fb3
commit
25651bab10
1 changed files with 4 additions and 0 deletions
|
@ -12313,6 +12313,10 @@ programs that use traditional command lines.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; XXX: Tests hang in CI without any error trace, causing the built to
|
||||
;; fail, find out why. They pass just fine during local build on AMD
|
||||
;; Ryzen 7 3800X.
|
||||
#:tests? #f
|
||||
#:import-path "github.com/pelletier/go-toml/v2"
|
||||
#:parallel-tests? #f
|
||||
#:test-flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue