Skip to content

Commit

Permalink
skipping tests on cran
Browse files Browse the repository at this point in the history
dhersz committed Nov 24, 2023
1 parent 67ce717 commit 2c461ea
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-assert_output_path.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
testthat::skip_on_cran()

tester <- function(output_path, overwrite = FALSE) {
assert_output_path_multi_ext(output_path, overwrite)
}
2 changes: 2 additions & 0 deletions tests/testthat/test-extract.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
testthat::skip_on_cran()

pbf_path <- system.file("extdata/cur.osm.pbf", package = "rosmium")

lines <- sf::st_read(pbf_path, layer = "lines", quiet = TRUE)
2 changes: 2 additions & 0 deletions tests/testthat/test-show_content.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
testthat::skip_on_cran()

pbf_path <- system.file("extdata/cur.osm.pbf", package = "rosmium")

small_pbf <- tags_filter(
2 changes: 2 additions & 0 deletions tests/testthat/test-tags_filter.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
testthat::skip_on_cran()

pbf_path <- system.file("extdata/cur.osm.pbf", package = "rosmium")

tester <- function(input_path = pbf_path,

0 comments on commit 2c461ea

Please sign in to comment.