mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
73be836f25
commit
3f3b2e31a8
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue