Skip to content

Commit

Permalink
tests: also skip if offline
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muecke committed Aug 5, 2024
1 parent a474023 commit 1530795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-bbk.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ test_that("metadata input validation works", {
})

test_that("bbk_series does frequency conversion", {
skip_if_offline()
skip_on_cran()
skip_on_ci()

Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-ecb-euro-rates.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_that("ecb_euro_rates works", {
skip_if_offline()
skip_on_cran()
skip_on_ci()

Expand Down

0 comments on commit 1530795

Please sign in to comment.