Skip to content

Commit

Permalink
Merge pull request #22 from r-dbi/f-unlock-tests
Browse files Browse the repository at this point in the history
chore: Enable tests
  • Loading branch information
nbenn authored Apr 2, 2024
2 parents a59b180 + b95b13c commit 8699e9a
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 8699e9a

Please sign in to comment.