~ruther/guix-local

4bfe5cdf144183df08e7ac0e1c1acb7366e24bcf — Ricardo Wurmus 6 months ago 07a35c1
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>
1 files changed, 6 insertions(+), 0 deletions(-)

M gnu/packages/bioconductor.scm
M gnu/packages/bioconductor.scm => gnu/packages/bioconductor.scm +6 -0
@@ 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"