1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-tcgautils: Replace custom phase with SKIPPED-TESTS argument.

* gnu/packages/bioconductor.scm (r-tcgautils)[arguments]: Remove phase
'disable-bad-tests; specify #:skipped-tests instead.

Change-Id: I29a788dc229c599207d89d7f4dbd49c3c9f06f1e
This commit is contained in:
Ricardo Wurmus
2026-04-05 10:00:18 +02:00
parent f247a08a4f
commit 95349ce88f

View File

@@ -14276,12 +14276,13 @@ level.")
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'disable-bad-tests
(lambda _
;; These tests require Internet access.
(delete-file "tests/testthat/test-ID-translation.R"))))))
#:skipped-tests
'(("test-ID-translation.R"
;; These tests require Internet access.
"UUIDhistory correctly returns the appropriate identifiers"
"UUIDtoBarcode shows multiple entries per file_id"
"UUIDtoBarcode translates correctly"
"barcodeToUUID translates correctly"))))
(propagated-inputs (list r-annotationdbi
r-biocbaseutils
r-biocgenerics