Skip to content

Commit

Permalink
tests: prune skips
Browse files Browse the repository at this point in the history
  • Loading branch information
detule committed Oct 28, 2024
1 parent ba7223f commit e7abcf7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/testthat/test-driver-oracle.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ test_that("Oracle", {
"quote_identifier.*",
"read_table.*",
"create_table.*",
"create_temporary_table",
"create_table_visible.*",
"create_roundtrip_quotes",
"append_roundtrip_quotes_column_names",
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-driver-postgres.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ test_that("PostgreSQL", {
"unquote_identifier_vectorized", # TODO
"create_table_overwrite", # TODO
"create_table_error", # TODO
"create_temporary_table", # TODO
"append_table_.*", # TODO
"append_roundtrip_.*", # TODO
"append_table_.*", # TODO
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-driver-sql-server.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ test_that("SQLServer", {
"quote_literal_na_is_null",
"quote_literal_na_is_null",
"create_table_error",
"create_temporary_table",
"roundtrip_64_bit_roundtrip",
"write_table_row_names_default",
"list_fields_wrong_table",
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-driver-sqlite.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ test_that("SQLite", {
"read_table_row_names_na_missing", # TODO
"create_table_overwrite", # TODO
"create_table_error", # TODO
"create_temporary_table", # TODO
"create_table_visible_in_other_connection", # TODO
"append_table_missing", # TODO
"append_table_append_incompatible", # TODO
Expand Down

0 comments on commit e7abcf7

Please sign in to comment.