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:
committed by
Simon Tournier
parent
07a35c1790
commit
4bfe5cdf14
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user