gnu: r-bigmemoryextras: Disable tests.

* gnu/packages/bioconductor.scm (r-bigmemoryextras)[arguments]: Disable tests.

Change-Id: I4e104437f8952eb3f411bfd881c0c8e0225d4fb7
This commit is contained in:
Ricardo Wurmus 2025-02-17 15:11:23 +01:00
parent 8ba24020f3
commit d9b188b00a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22820,6 +22820,11 @@ networks and estimated fluxes can be visualized with hypergraphs.")
(properties (properties
`((upstream-name . "bigmemoryExtras"))) `((upstream-name . "bigmemoryExtras")))
(build-system r-build-system) (build-system r-build-system)
;; One test may fail with "Error: C stack usage 7969984 is too close to
;; the limit", dependent on settings of the build node. Better to ignore
;; this test, but unfortunately we cannot easily disable just this one
;; test called "We can reattach saved objects".
(arguments (list #:tests? #false))
(propagated-inputs (propagated-inputs
(list r-bigmemory)) (list r-bigmemory))
(native-inputs (native-inputs