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
No known key found for this signature in database
GPG key ID: 92F1D22C608EE7E5

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"