Skip to content

Commit 7525a97

Browse files
committed
test: Skip if not installed
1 parent 24aa49b commit 7525a97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-list.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ test_that("one-level lists can be read", {
2929

3030
test_that("rel_filter() handles LIST logical type", {
3131
skip_if_not(getRversion() >= "4.3.0")
32+
skip_if_not_installed("tibble")
3233

3334
con <- dbConnect(duckdb())
3435
on.exit(dbDisconnect(con, shutdown = TRUE))

0 commit comments

Comments
 (0)