Skip to content

Commit

Permalink
test: Skip failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 27, 2023
1 parent 46ca17a commit 420520d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test_tbl__duckdb_connection.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ test_that("Parquet files can be registered with dplyr::tbl()", {

test_that("Object cache can be enabled for parquet files with dplyr::tbl()", {
skip_if_not_installed("dbplyr")
# https://github.com/tidyverse/dbplyr/issues/1384
skip_if(packageVersion("dbplyr") >= "2.4.0")

con <- DBI::dbConnect(duckdb())
on.exit(DBI::dbDisconnect(con, shutdown = TRUE))
Expand Down

0 comments on commit 420520d

Please sign in to comment.