mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-biodb: Disable tests.
* gnu/packages/bioconductor.scm (r-biodb)[arguments]: Disable tests. Change-Id: I40746a3fbfad0801058b7f34182edc358a863fa2
This commit is contained in:
parent
b97678925a
commit
014b08cbc8
1 changed files with 5 additions and 0 deletions
|
@ -26232,6 +26232,11 @@ (define-public r-biodb
|
|||
"1mkkj2x37n5j90g5ixh6jaz5gwd0fz35wqb4s1jlp4pvxhd8jyjj"))))
|
||||
(properties `((upstream-name . "biodb")))
|
||||
(build-system r-build-system)
|
||||
;; 83 tests fail; 1025 pass. Some of the failing tests attempt to
|
||||
;; download files and then operate on them in following tests. Since
|
||||
;; these are scattered across many files it is too messy to patch them
|
||||
;; all.
|
||||
(arguments (list #:tests? #false))
|
||||
(propagated-inputs
|
||||
(list r-biocfilecache
|
||||
r-chk
|
||||
|
|
Loading…
Reference in a new issue