summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-11-30 19:14:27 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-12-03 17:00:00 +0100
commit014b08cbc8970bd2ae34f9ba460255eac1dd1aee (patch)
treea26d44b40021e46f7458a70a4d9d430512945930 /gnu
parentb97678925a4731fc357400ea989f61f7a2aeea37 (diff)
gnu: r-biodb: Disable tests.
* gnu/packages/bioconductor.scm (r-biodb)[arguments]: Disable tests. Change-Id: I40746a3fbfad0801058b7f34182edc358a863fa2
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioconductor.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index cef8721591f..e4426c3a687 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -26232,6 +26232,11 @@ the Bioconductor project.")
26232 "1mkkj2x37n5j90g5ixh6jaz5gwd0fz35wqb4s1jlp4pvxhd8jyjj")))) 26232 "1mkkj2x37n5j90g5ixh6jaz5gwd0fz35wqb4s1jlp4pvxhd8jyjj"))))
26233 (properties `((upstream-name . "biodb"))) 26233 (properties `((upstream-name . "biodb")))
26234 (build-system r-build-system) 26234 (build-system r-build-system)
26235 ;; 83 tests fail; 1025 pass. Some of the failing tests attempt to
26236 ;; download files and then operate on them in following tests. Since
26237 ;; these are scattered across many files it is too messy to patch them
26238 ;; all.
26239 (arguments (list #:tests? #false))
26235 (propagated-inputs 26240 (propagated-inputs
26236 (list r-biocfilecache 26241 (list r-biocfilecache
26237 r-chk 26242 r-chk