Skip to content

Commit

Permalink
Skip S3 tests on CI and BBS
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Nov 29, 2023
1 parent 1fd6af3 commit a8be09b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test_S3.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ if(run_test) {

test_that("h5ls() works for files in public S3 buckets", {

skip_on_ci()
skip_on_bioc()
skip_if_offline('rhdf5-public.s3.eu-central-1.amazonaws.com')

expect_silent(h5ls_out <- h5ls(public_S3_url, s3 = TRUE))
Expand All @@ -25,6 +27,8 @@ if(run_test) {

test_that("h5dump() works for files in public S3 buckets", {

skip_on_ci()
skip_on_bioc()
skip_if_offline('rhdf5-public.s3.eu-central-1.amazonaws.com')

expect_silent(h5dump_out <- h5dump(public_S3_url, s3 = TRUE))
Expand Down

0 comments on commit a8be09b

Please sign in to comment.