Skip to content

Commit

Permalink
revert intentional test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Aug 29, 2022
1 parent b9eebb3 commit 7ce18e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R-package/tests/testthat/test_basic.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ DVALID_RANDOM_CLASSIFICATION <- lgb.Dataset(
)

test_that("train and predict binary classification", {
stop("failing intentionally")
nrounds <- 10L
bst <- lightgbm(
data = train$data
Expand Down

0 comments on commit 7ce18e2

Please sign in to comment.