Skip to content

Commit

Permalink
Skip test if offline
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemahoney218 committed Oct 21, 2024
1 parent 4a901ed commit a4f4b3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-query_and_sign.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
test_that("non-4326 CRS warns", {
skip_on_cran()
skip_if_offline()

nc <- sf::read_sf(
system.file("shape/nc.shp", package = "sf")
)
Expand Down

0 comments on commit a4f4b3b

Please sign in to comment.