gnu: r-biomart: Disable one failing test.

* gnu/packages/bioconductor.scm (r-biomart)[arguments]: Delete one more test
file.

Change-Id: Idc504762bce251fd54ff92f4ef79e0f47ca9c868
This commit is contained in:
Ricardo Wurmus 2025-02-16 20:56:41 +01:00
parent 1409b53e84
commit cfefe006de
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8181,6 +8181,7 @@ on Bioconductor or which replace R functions.")
'("tests/testthat/test_ensemblFunctions.R"
"tests/testthat/test_ensemblGenomes.R"
"tests/testthat/test_getBM.R"
"tests/testthat/test_utilityFunctions.R"
"tests/testthat/test_z_cache.R"
;; This produces unexpected warnings.
"tests/testthat/test_ensembl_ssl_settings.R")))))))