Skip to content

Commit

Permalink
🦆 🪟
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Oct 25, 2023
1 parent fca0150 commit 35ecd7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions inst/examples/s3-tests.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

test_that("s3 minio", {

skip_on_os("windows")
skip_if_offline()
skip_on_cran()
skip_if_not_installed("minioclient")
Expand Down Expand Up @@ -36,7 +35,6 @@ test_that("s3 minio", {
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
3 changes: 0 additions & 3 deletions tests/testthat/test-open_dataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ test_that("local csv files", {
test_that("duckdb_s3_config", {

skip_if_offline()
skip_on_os("windows")
skip_on_cran()
status <- duckdb_s3_config(
s3_access_key_id = "YOUR_ACCESS_KEY_ID",
Expand All @@ -35,7 +34,6 @@ test_that("duckdb_s3_config", {

test_that("https", {

skip_on_os("windows")
skip_if_offline()
skip_on_cran()

Expand Down Expand Up @@ -70,7 +68,6 @@ test_that("close_connection", {

test_that("s3", {

skip_on_os("windows")
skip_if_offline()
skip_on_cran()
close_connection()
Expand Down

0 comments on commit 35ecd7d

Please sign in to comment.