Skip to content

Commit

Permalink
a few more
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Oct 25, 2023
1 parent 35ecd7d commit 3dfaf1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/testthat/test-spatial.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@


test_that("spatial", {
skip_on_os("windows") # come on duckdb, support extensions on windows
skip_if_offline() # needs to be able to load the spatial module
skip_if_not_installed("sf")
skip_on_cran()
Expand Down
2 changes: 0 additions & 2 deletions tests/testthat/test-write_dataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ test_that("write_dataset partitions", {

test_that("write_dataset, remote input", {
skip_on_cran()
skip_on_os("windows")
skip_if_offline()

tbl <- open_dataset(
Expand All @@ -73,7 +72,6 @@ test_that("write_dataset, remote input", {
test_that("write_dataset to s3:", {

# skip("S3 write not enabled")
skip_on_os("windows")
skip_if_offline()
skip_on_cran()
skip_if_not_installed("jsonlite")
Expand Down

0 comments on commit 3dfaf1c

Please sign in to comment.