Skip to content

Commit

Permalink
don't run get_iers test under CI, CRAN and if offline
Browse files Browse the repository at this point in the history
  • Loading branch information
jkennel committed Mar 4, 2024
1 parent bc7803a commit e5eafc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-get_iers.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ context("test-get_iers")

test_that("get iers works", {
testthat::skip_on_cran()
testthat::skip_on_travis()
testthat::skip_on_ci()
testthat::skip_if_offline()

eop <- get_iers()
expect_s3_class(eop, "data.frame")
Expand Down

0 comments on commit e5eafc0

Please sign in to comment.