diff options
| -rw-r--r-- | gnu/packages/cran.scm | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 0e87ab52c06..84306db9d5e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -49823,14 +49823,10 @@ input.") (build-system r-build-system) (arguments (list - #:phases - '(modify-phases %standard-phases - (add-after 'unpack 'disable-bad-test - (lambda _ - ;; This test produces warnings. - (substitute* "tests/testthat/test_parameters.R" - ((".*training should warn if you use.*" m) - (string-append m "skip('skip')\n")))))))) + #:skipped-tests + ;; This test produces warnings. + '(("test_parameters.R" + "training should warn if you use 'dart")))) (propagated-inputs (list r-data-table r-jsonlite r-matrix r-r6)) (native-inputs |
