Skip to content

Commit

Permalink
Skip missed test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Nov 5, 2024
1 parent 899e51b commit 8c75a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-get_aagis_regions.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ test_that("get_aagis_regions doesn't cache", {

test_that("get_aagis_regions skips downloading if still in tempdir()", {
skip_if_offline()
skip_on_ci()
x <- .check_existing_aagis(cache = FALSE)
expect_s3_class(x, "sf")
})
Expand Down

0 comments on commit 8c75a1e

Please sign in to comment.