From 3dfaf1ca814844c180324f220b23345ca3cd6c4d Mon Sep 17 00:00:00 2001 From: Carl Date: Wed, 25 Oct 2023 14:55:05 +0000 Subject: [PATCH] a few more --- tests/testthat/test-spatial.R | 1 - tests/testthat/test-write_dataset.R | 2 -- 2 files changed, 3 deletions(-) diff --git a/tests/testthat/test-spatial.R b/tests/testthat/test-spatial.R index ceecb8b..80d8a69 100644 --- a/tests/testthat/test-spatial.R +++ b/tests/testthat/test-spatial.R @@ -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() diff --git a/tests/testthat/test-write_dataset.R b/tests/testthat/test-write_dataset.R index b8911cc..b11e9fc 100644 --- a/tests/testthat/test-write_dataset.R +++ b/tests/testthat/test-write_dataset.R @@ -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( @@ -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")