~ruther/guix-local

36c8e3803df81afed41c9905ff2b039836abb68a — Ricardo Wurmus 4 months ago ee46654
gnu: r-msnbase: Disable two tests.

* gnu/packages/bioconductor.scm (r-msnbase)[arguments]: Turn off two more
tests in 'delete-bad-tests phase.

Change-Id: I9bfa59a09db00e25c7b65cf4d642debfeb377f93
1 files changed, 9 insertions(+), 0 deletions(-)

M gnu/packages/bioconductor.scm
M gnu/packages/bioconductor.scm => gnu/packages/bioconductor.scm +9 -0
@@ 11666,6 11666,15 @@ containers.")
                (string-append "XML::libxmlFeatures()\n" m)))))
         (add-after 'unpack 'delete-bad-tests
           (lambda _
             ;; These tests fail since the upgrade to libxml2 2.14, which
             ;; removed transparent decompression.
             (with-directory-excursion "tests/testthat/"
               (substitute* "test_centroided.R"
                 ((".*isCentroidedFromFile.*" m)
                  (string-append m "skip('guix')\n")))
               (substitute* "test_MSnExp.R"
                 ((".*isolation window.*" m)
                  (string-append m "skip('guix')\n"))))
             ;; Needs r-prolocdata
             (for-each delete-file
                       '("tests/testthat/test_average.R"