gnu: r-screpertoire: Disable one more test.

* gnu/packages/bioconductor.scm (r-screpertoire)[arguments]: Disable one more test.

Change-Id: I9d44fc50137f6e90f69a2e871a375aff192045ae
This commit is contained in:
Ricardo Wurmus 2025-05-10 21:30:01 +02:00
parent 73be836f25
commit 3f3b2e31a8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13327,6 +13327,10 @@ different experiment.")
(string-append m "skip('guix')\n")))
(substitute* "tests/testthat/test-combineContigs.R"
((".*combineBCR works.*" m)
(string-append m "skip('guix')\n")));
;; Small, Rare, and None are not included in the data.
(substitute* "tests/testthat/test-utils.R"
((".*filteringNA.*works.*" m)
(string-append m "skip('guix')\n"))))))))
(propagated-inputs
(list r-assertthat