Skip to content

Commit

Permalink
fix: remove xgboost tests
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Nov 20, 2023
1 parent 7005682 commit b96eebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test_mlr_callbacks.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_that("early stopping callback works", {
skip_on_cran()
skip_if_not_installed("mlr3learners")
skip_if_not_installed("xgboost")
library(mlr3learners) # nolint
Expand Down

0 comments on commit b96eebc

Please sign in to comment.