gnu: go-github-com-nbrownus-go-metrics-prometheus: Disable tests.
* gnu/packages/golang-xyz.scm (go-github-com-nbrownus-go-metrics-prometheus): Disable all tests. Change-Id: I7f340fd1e58edc0203068c762a1bbc798003a84b
This commit is contained in:
parent
aa1090713a
commit
fb44cd89df
@ -2706,7 +2706,11 @@ very fast, and tries to be entropy pool friendly.")
|
|||||||
(sha256
|
(sha256
|
||||||
(base32 "1kl9l08aas544627zmhkgp843qx94sxs4inxm20nw1hx7gp79dz0"))))
|
(base32 "1kl9l08aas544627zmhkgp843qx94sxs4inxm20nw1hx7gp79dz0"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments '(#:import-path "github.com/nbrownus/go-metrics-prometheus"))
|
(arguments
|
||||||
|
(list
|
||||||
|
;; The project looks abandoned, tests failed with a new go-metrics.
|
||||||
|
#:tests? #f
|
||||||
|
#:import-path "github.com/nbrownus/go-metrics-prometheus"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-stretchr-testify))
|
(list go-github-com-stretchr-testify))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
Loading…
Reference in New Issue
Block a user