guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 8418ec909316d13122e15ce5e924eda231310e72
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Nov 26 14:56:17 2025 +0100

    gnu: r-rpresto: Disable tests.
    
    * gnu/packages/cran.scm (r-rpresto)[arguments]: Disable tests.
    
    Change-Id: I988975506092cd70e566171ec4f6dbd00aff99e9
---
 gnu/packages/cran.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b8ed599e71..bd4f2d926d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6531,6 +6531,8 @@ classification, regression and survival trees.")
     (build-system r-build-system)
     (arguments
      (list
+      ;; 30 tests currently fail because of the removal of testthat::with_mock
+      #:tests? #false
       #:phases
       '(modify-phases %standard-phases
          ;; We need this for failing tests, because lubridate needs these

Reply via email to