Skip to content

Commit

Permalink
Added a skip on windows condition when testing the responsiveness of …
Browse files Browse the repository at this point in the history
…miRTarBase.
  • Loading branch information
jacopo-ronchi committed Nov 28, 2023
1 parent 11dea0e commit b797d35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ test_that("targets retrieval through mirDIP works", {


test_that("miRTarBase is responsive", {
## skip on windows
skip_on_os("windows")

## targets retrieval through miRTarBase is not tested, but we
## check that the miRTarBase link is active
mtUrl <- paste("https://mirtarbase.cuhk.edu.cn/~miRTarBase/",
Expand Down

0 comments on commit b797d35

Please sign in to comment.