Skip to content

Commit

Permalink
chore: Enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Mar 5, 2024
1 parent a59b180 commit b95b13c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/testthat/test-DBItest.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ if (identical(Sys.getenv("NOT_CRAN"), "true") &&
"stream_bind_multi_row_zero_length",

# misc issues with well understood causes
"connect_bigint_character", # apache/arrow-nanoarrow#324
"data_logical", # r-dbi/DBItest#308
"create_table_visible_in_other_connection", # r-dbi/DBItest#297
"create_table_visible_in_other_connection", # apache/arrow-adbc#1591
"quote_identifier_string", # apache/arrow-adbc#1395
"read_table_empty", # apache/arrow-adbc#1400
"list_objects_features", # r-dbi/DBItest#339

# misc issues with poorly understood causes
"append_table_new",
Expand Down

0 comments on commit b95b13c

Please sign in to comment.