Skip to content

Commit dc44949

Browse files
committed
Cleanup
1 parent ff2261a commit dc44949

File tree

6 files changed

+0
-18
lines changed

6 files changed

+0
-18
lines changed

tests/testthat/test-duckdb.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ test_that("dm_sql()", {
88
# Need skip in every test block, unfortunately
99
skip_if_src_not("duckdb")
1010

11-
# https://github.com/tidyverse/dbplyr/pull/1190
12-
skip_if(is(my_test_con(), "MySQLConnection"))
13-
1411
expect_snapshot({
1512
dm_for_filter_df() %>%
1613
dm_sql(my_test_con())

tests/testthat/test-maria.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ test_that("dm_sql()", {
88
# Need skip in every test block, unfortunately
99
skip_if_src_not("maria")
1010

11-
# https://github.com/tidyverse/dbplyr/pull/1190
12-
skip_if(is(my_test_con(), "MySQLConnection"))
13-
1411
expect_snapshot({
1512
dm_for_filter_df() %>%
1613
dm_sql(my_test_con())

tests/testthat/test-mssql.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ test_that("dm_sql()", {
88
# Need skip in every test block, unfortunately
99
skip_if_src_not("mssql")
1010

11-
# https://github.com/tidyverse/dbplyr/pull/1190
12-
skip_if(is(my_test_con(), "MySQLConnection"))
13-
1411
expect_snapshot({
1512
dm_for_filter_df() %>%
1613
dm_sql(my_test_con())

tests/testthat/test-mysql.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ test_that("dm_sql()", {
88
# Need skip in every test block, unfortunately
99
skip_if_src_not("mysql")
1010

11-
# https://github.com/tidyverse/dbplyr/pull/1190
12-
skip_if(is(my_test_con(), "MySQLConnection") && packageVersion("dbplyr") < "2.4.0")
13-
1411
expect_snapshot({
1512
dm_for_filter_df() %>%
1613
dm_sql(my_test_con())

tests/testthat/test-postgres.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ test_that("dm_sql()", {
88
# Need skip in every test block, unfortunately
99
skip_if_src_not("postgres")
1010

11-
# https://github.com/tidyverse/dbplyr/pull/1190
12-
skip_if(is(my_test_con(), "MySQLConnection"))
13-
1411
expect_snapshot({
1512
dm_for_filter_df() %>%
1613
dm_sql(my_test_con())

tests/testthat/test-sqlite.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ test_that("dm_sql()", {
88
# Need skip in every test block, unfortunately
99
skip_if_src_not("sqlite")
1010

11-
# https://github.com/tidyverse/dbplyr/pull/1190
12-
skip_if(is(my_test_con(), "MySQLConnection"))
13-
1411
expect_snapshot({
1512
dm_for_filter_df() %>%
1613
dm_sql(my_test_con())

0 commit comments

Comments
 (0)