diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 7a9e081b4c..5e9211026b 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -5617,7 +5617,8 @@ (define-public go-gopkg-in-yaml-v3 (patches (search-patches "go-gopkg-in-yaml-v3-32bit.patch")))) (build-system go-build-system) (arguments - '(#:import-path "gopkg.in/yaml.v3")) + `(#:tests? ,(not (target-ppc32?)) ; Test killed with quit: ran too long (11m0s). + #:import-path "gopkg.in/yaml.v3")) (native-inputs (list go-gopkg-in-check-v1)) (home-page "https://gopkg.in/yaml.v3")