Skip to content

Commit bb9a5fc

Browse files
committed
ci: Skip tests if package not installed
1 parent ea2d8a7 commit bb9a5fc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

tests/testthat/test-DBItest.R

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,5 +202,24 @@ if (rlang::is_installed("DBItest")) DBItest::test_all(c(
202202
"arrow_send_query_only_one_result_set", # wontfix
203203
"arrow_write_table_arrow_roundtrip_timestamp_extended", # precision
204204
"arrow_append_table_arrow_roundtrip_timestamp_extended", # precision
205+
206+
if (!rlang::is_installed("vctrs")) {
207+
c(
208+
"arrow_append_table_arrow_roundtrip_blob",
209+
"data_type_driver",
210+
"data_type_connection",
211+
"data_time",
212+
"data_time_current",
213+
"data_timestamp_current",
214+
"data_timestamp_current_typed",
215+
"append_roundtrip_raw",
216+
"append_roundtrip_blob",
217+
"bind_blob",
218+
"arrow_bind_blob",
219+
"stream_bind_blob",
220+
"arrow_stream_bind_blob",
221+
NULL
222+
)
223+
},
205224
NULL
206225
))

0 commit comments

Comments
 (0)