Skip to content

Commit

Permalink
chore: Skip tests that give different output on dev tidyselect
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 15, 2023
1 parent 106809f commit 548491d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-across.R
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ test_that("across() throws meaningful error with failure during expansion (#6534
})

test_that("across() gives meaningful messages", {
skip("TODO duckdb")
skip_if(Sys.getenv("DUCKPLYR_FORCE") == "TRUE")
expect_snapshot({
# expanding
Expand Down
2 changes: 2 additions & 0 deletions tools/00-funs.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ duckplyr_tests <- head(n = -1, list(
# Sort order
"if_any() and if_all() respect filter()-like NA handling",
"expanded if_any() finds local data",
# needs tidyselect > 1.2.0 for stable snapshots
"across() gives meaningful messages",
NULL
),
"test-all-equal.R" = c(
Expand Down

0 comments on commit 548491d

Please sign in to comment.