mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bigmemoryextras: Disable tests.
* gnu/packages/bioconductor.scm (r-bigmemoryextras)[arguments]: Disable tests. Change-Id: I4e104437f8952eb3f411bfd881c0c8e0225d4fb7
This commit is contained in:
parent
8ba24020f3
commit
d9b188b00a
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue