Skip to content

Commit

Permalink
Disable the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jan 15, 2024
1 parent 538f7fb commit 4811697
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/cpp/tree/test_quantile_hist.cc
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,5 @@ void TestColumnSplit(bst_target_t n_targets) {

TEST(QuantileHist, ColumnSplit) { TestColumnSplit(1); }

TEST(QuantileHist, ColumnSplitMultiTarget) { TestColumnSplit(3); }

TEST(QuantileHist, DISABLED_ColumnSplitMultiTarget) { TestColumnSplit(3); }
} // namespace xgboost::tree

0 comments on commit 4811697

Please sign in to comment.