Skip to content

Commit

Permalink
Skip some more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Dec 15, 2023
1 parent 8b90436 commit c3949e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-as_spatvector.R
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ test_that("Works with unnamed rowwise_df", {
expect_identical(gr, tbl_regen)
})
test_that("Works with sf", {
skip("Review in > 0.5.1")
sfobj <- sf::read_sf(system.file("extdata/cyl.gpkg", package = "tidyterra"))

expect_s3_class(sfobj, "sf")
Expand Down

0 comments on commit c3949e2

Please sign in to comment.