From 17864135c37beae323d93421cee950f38a59e9bf Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 31 Mar 2026 21:38:33 +0200 Subject: [PATCH] gnu: r-coregx: Enable all tests. * gnu/packages/bioconductor.scm (r-coregx)[arguments]: Remove phase 'disable-bad-tests. Change-Id: I84c99eb508a02bc86b23c9567ffc4af375987c44 --- gnu/packages/bioconductor.scm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 66f7809295..4707eaf3c3 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -6421,17 +6421,6 @@ objects.") (base32 "189akh4lpbp0dzgflb3nb3vi94bhmsj7qkcl597dnnzxqz00hsb2")))) (properties `((upstream-name . "CoreGx"))) (build-system r-build-system) - (arguments - (list - #:phases - '(modify-phases %standard-phases - (add-after 'unpack 'disable-bad-tests - (lambda _ - ;; It is unclear why 3 tests fail. - (with-directory-excursion "tests/testthat" - (substitute* "test-LongTable-utils.R" - ((".*doesn't miss assay observations.*" m) - (string-append m "skip('guix')\n"))))))))) (propagated-inputs (list r-bench r-biobase