diff options
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index f2d58bbb99..02dc48c422 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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 |