Skip to content

Commit

Permalink
Skip test_linear_regression_model_default test. (rapidsai#5074)
Browse files Browse the repository at this point in the history
Experienced core dump during CI runs leading to test failures despite the xfail mark.

Authors:
  - Carl Simon Adorf (https://github.com/csadorf)

Approvers:
  - William Hicks (https://github.com/wphicks)

URL: rapidsai#5074
  • Loading branch information
csadorf authored Dec 9, 2022
1 parent 199252a commit d933aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cuml/tests/test_linear_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def test_linear_regression_model_default(dataset):

# TODO: Replace test_linear_regression_model_default with this test once #4963
# is resolved.
@pytest.mark.xfail(reason="https://github.com/rapidsai/cuml/issues/4963")
@pytest.mark.skip(reason="https://github.com/rapidsai/cuml/issues/4963")
@given(
split_datasets(regression_datasets(dtypes=floating_dtypes(sizes=(32, 64))))
)
Expand Down

0 comments on commit d933aca

Please sign in to comment.