Skip to content

Commit

Permalink
test missed skip_on_cran()
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Jan 15, 2024
1 parent 31fd949 commit 8225194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-arkdb.R
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ test_that("e2e with filter for flights month = 2: readr tsv", {
# ark and unark parquet ----

test_that("We can ark and unark parquet", {

skip_if_not_installed("arrow")
skip_on_cran()
ark(db, dir,
streamable_table = streamable_parquet(),
lines = 50000, tables = "flights", overwrite = TRUE,
Expand Down

0 comments on commit 8225194

Please sign in to comment.