diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-30 19:14:27 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 17:00:00 +0100 |
commit | 014b08cbc8970bd2ae34f9ba460255eac1dd1aee (patch) | |
tree | a26d44b40021e46f7458a70a4d9d430512945930 /gnu/packages/bioconductor.scm | |
parent | b97678925a4731fc357400ea989f61f7a2aeea37 (diff) | |
download | guix-014b08cbc8970bd2ae34f9ba460255eac1dd1aee.tar.gz guix-014b08cbc8970bd2ae34f9ba460255eac1dd1aee.zip |
gnu: r-biodb: Disable tests.
* gnu/packages/bioconductor.scm (r-biodb)[arguments]: Disable tests.
Change-Id: I40746a3fbfad0801058b7f34182edc358a863fa2
Diffstat (limited to 'gnu/packages/bioconductor.scm')
-rw-r--r-- | gnu/packages/bioconductor.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index cef8721591..e4426c3a68 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -26232,6 +26232,11 @@ the Bioconductor project.") "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 |