From 74958d45f53877f064f8ee99d201e4e04e386231 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 7 Apr 2026 07:43:55 +0200 Subject: gnu: r-biocsingular: Replace custom phase with SKIPPED-TESTS argument. * gnu/packages/bioconductor.scm (r-biocsingular)[arguments]: Remove phase 'delete-bad-tests; specify #:skipped-tests instead. Change-Id: I8b8f91562233c9cca180eeda50f5d6dc4bc1cd37 --- gnu/packages/bioconductor.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 5e8932532b..24633b9b44 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -17369,12 +17369,10 @@ missing values and weighting where appropriate.") (build-system r-build-system) (arguments (list - #:phases - '(modify-phases %standard-phases - (add-after 'unpack 'delete-bad-tests - (lambda _ - ;; 4 tests fail with "Objects equal but not identical". - (delete-file "tests/testthat/test-lowrank.R")))))) + #:skipped-tests + '(("test-lowrank.R" + ;; Objects equal but not identical + "LowRankMatrix subsetting works as expected")))) (propagated-inputs (list r-assorthead r-beachmat -- cgit v1.3