Skip to content

Commit

Permalink
add skip_on_cran
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Jul 2, 2024
1 parent 680355f commit 79a2128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-dummy.R
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ test_that("check_name() is used", {
})

test_that("throws a informative error for too many levels (#828)", {
skip_on_cran()
dat <- data.frame(x = as.character(1:123456))

rec <- recipe(~ ., data = dat) %>%
Expand Down

0 comments on commit 79a2128

Please sign in to comment.