diff options
-rw-r--r-- | gnu/packages/prometheus.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/prometheus.scm b/gnu/packages/prometheus.scm index b10bb44a5f..71b4646f6a 100644 --- a/gnu/packages/prometheus.scm +++ b/gnu/packages/prometheus.scm @@ -142,6 +142,10 @@ registry.") (build-system go-build-system) (arguments (list + ;; XXX: Check if the most of the tests may be enabled: + ;; api/prometheus/v1/api_test.go:1063:23: cannot use 1634644800304 + ;; (untyped int constant) as int value in map literal (overflows) + #:tests? (target-64bit?) #:import-path "github.com/prometheus/client_golang" #:phases #~(modify-phases %standard-phases |