Skip to content

Commit

Permalink
Temporarily disabling test_hinge_loss
Browse files Browse the repository at this point in the history
  • Loading branch information
lowener committed Mar 1, 2021
1 parent 9c1b466 commit 03fd464
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/cuml/test/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1086,6 +1086,8 @@ def test_pairwise_distances_output_types(input_type, output_type, use_global):
assert isinstance(S, cp.core.core.ndarray)


@pytest.mark.xfail(reason='Temporarily disabling this test. '
'See rapidsai/cuml#3569')
@pytest.mark.parametrize("nrows, ncols, n_info",
[
unit_param(30, 10, 7),
Expand Down

0 comments on commit 03fd464

Please sign in to comment.