1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-mzr: Skip two tests.

* gnu/packages/bioconductor.scm (r-mzr)[arguments]: Add phase 'skip-bad-tests.

Change-Id: I4395329993eeb76de9c820dcd5077f24acf53709
Signed-off-by: Simon Tournier <zimon.toutoune@gmail.com>
This commit is contained in:
Ricardo Wurmus
2025-11-07 11:53:33 +01:00
committed by Simon Tournier
parent 07a35c1790
commit 4bfe5cdf14

View File

@@ -11838,6 +11838,12 @@ specific parser.")
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'skip-bad-tests
(lambda _
;; These tests need Internet access to load XML schemas.
(with-directory-excursion "inst/unitTests/"
(delete-file "test_isolationWindow.R")
(delete-file "test_mzid.R"))))
(add-after 'unpack 'use-system-boost
(lambda _
(substitute* "src/Makevars"