diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-12 09:24:23 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-02 07:37:07 +0200 |
| commit | 6eebaaa4db06c41095c86dbeff08f0c07158b31f (patch) | |
| tree | 087cd758f7b9b7e2ff6ea32e9af8075a8fa96206 /gnu | |
| parent | 410b0cdb1ac1b8da445c6101a89d3a8acc64b334 (diff) | |
gnu: r-assertive-properties: Disable only one test.
* gnu/packages/cran.scm (r-assertive-properties)[arguments]: Remove phase
'delete-bad-tests; replace it with SKIPPED-TESTS argument.
Change-Id: I697b4a812d377c5bcce636f406ed65e70f30b98f
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 271ddda0ef5..d1d44c2dbf1 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -35151,13 +35151,10 @@ want to include run-time testing features in their own packages.") (build-system r-build-system) (arguments (list - #:phases - '(modify-phases %standard-phases - (add-after 'unpack 'delete-bad-tests - (lambda _ - ;; One test fails - (delete-file - "tests/testthat/test-is-atomic-recursive-vector.R")))))) + #:skipped-tests + ;; Expected `is_atomic(NULL)` to be TRUE. + '(("test-is-atomic-recursive-vector.R" + "test.is_atomic.null.returns_true")))) (propagated-inputs (list r-assertive-base)) (native-inputs (list r-testthat)) |
