gnu: r-metagenomeseq: Enable all tests.

* gnu/packages/bioconductor.scm (r-metagenomeseq)[arguments]: Remove phase
'delete-bad-tests.

Change-Id: I17d0d965b6d7702dfd6eb24eef288a51915aa3f6
This commit is contained in:
Ricardo Wurmus
2026-04-07 09:06:27 +02:00
parent fbc13d9db0
commit ce86f386cf

View File

@@ -11321,14 +11321,6 @@ mixes commonly used in MS experiments.")
(base32 "0bkgf6kyh7j767cynxcxqm9xxrqxfq0zzps82hj168n27agx5m30"))))
(properties `((upstream-name . "metagenomeSeq")))
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'delete-bad-tests
(lambda _
;; Two tests fail with accuracy problems.
(delete-file "tests/testthat/test-fitZig.R"))))))
(propagated-inputs
(list r-biobase
r-foreach