diff --git a/tests/testthat/test-across.R b/tests/testthat/test-across.R index 2d8c228a..9993d00c 100644 --- a/tests/testthat/test-across.R +++ b/tests/testthat/test-across.R @@ -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 diff --git a/tools/00-funs.R b/tools/00-funs.R index 85989a85..c59d4434 100644 --- a/tools/00-funs.R +++ b/tools/00-funs.R @@ -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(