Skip to content

Commit

Permalink
Try without skip
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 21, 2023
1 parent 926f454 commit b753ea6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test-filter-dm.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ test_that("dm_filter() legacy API", {
test_that("dm_filter() deprecations", {
local_options(lifecycle_verbosity = "warning")

skip_if_src_not("db")

expect_snapshot({
dm_filter(dm_for_filter(), tf_1, a > 4)
dm_filter(dm = dm_for_filter(), tf_1, a > 4)
Expand Down

0 comments on commit b753ea6

Please sign in to comment.