1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: r-ewastools: Disable done test.

* gnu/packages/bioinformatics.scm (r-ewastools)[arguments]: Add phase
'disable-bad-tests.

Change-Id: I65f3e8e1104ed51578dc25797692dc8e8ef199b9
This commit is contained in:
Ricardo Wurmus 2025-02-28 11:39:28 +01:00
parent 6b33095a54
commit 65025b9445
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1072,6 +1072,16 @@ simultaneously considered.")
(base32 "0irarlnxfnasa755adxsn67rxsy01zwhjhw18g4cag08cqiyyw41"))))
(properties `((upstream-name . "ewastools")))
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'disable-bad-tests
(lambda _
;; Test data are missing.
(substitute* "tests/testthat/test-minfi-pipeline.R"
((".*compatibility with minfi.*" m)
(string-append m "skip('guix')\n"))))))))
(propagated-inputs
(list r-data-table
r-igraph