Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Apr 27, 2024
1 parent 98cd97d commit 4f68077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_mlr_callbacks.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test_that("backup batch callback works", {
})

test_that("async callback works", {
skip_if(TRUE)
skip_if(TRUE) # Does not work in testthat environment
skip_on_cran()
skip_if_not_installed("rush")
flush_redis()
Expand Down

0 comments on commit 4f68077

Please sign in to comment.