From 820ebc0350c62fa36a739e02bcf2853bc5295eb3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 18 Feb 2026 10:07:35 +0100 Subject: gnu: r-readr: Replace custom phase with #:skipped-tests. * gnu/packages/cran.scm (r-readr)[arguments]: Remove phase 'disable-bad-tests; provide #:skipped-tests argument. Change-Id: Ifd97b884fee6d4b210b2e890e2002241b6cae8c3 --- gnu/packages/cran.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c26543b58a7..cce49e7e0de 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -6835,14 +6835,12 @@ ldap, and also supports cookies, redirects, authentication, etc.") '((updater-extra-native-inputs . ("r-stringi")))) (arguments (list + #:skipped-tests + ;; XXX This fails with the latest update to vroom. + '(("test-write.R" + "Can change the escape behavior for quotes")) #:phases '(modify-phases %standard-phases - (add-after 'unpack 'disable-bad-tests - (lambda _ - ;; XXX This fails with the latest update to vroom. - (substitute* "tests/testthat/test-write.R" - ((".*Can change the escape behavior for quotes.*" m) - (string-append m "skip('skip');\n"))))) (add-before 'check 'set-timezone (lambda* (#:key inputs #:allow-other-keys) ;; Two tests would fail without this. -- cgit v1.3