mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
07a35c1790
commit
4bfe5cdf14
1 changed files with 6 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue