summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-02-18 10:07:35 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-07 11:57:25 +0100
commit820ebc0350c62fa36a739e02bcf2853bc5295eb3 (patch)
tree36463cbd793f3e764443287d8b50eb74c513e8eb
parentff26db75701f376d1b70e2ac5f3321b0f64e1bb6 (diff)
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
-rw-r--r--gnu/packages/cran.scm10
1 files 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.