Skip to content

Commit

Permalink
xfail failing model tests (dask-contrib#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca authored Jan 19, 2022
1 parent cf3c076 commit bba282a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/integration/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ def test_clustering_and_prediction(c, training_df):
check_trained_model(c)


@pytest.mark.xfail(
reason="Upstream breakage in dask needs to be fixed by next dask-ml release"
)
def test_iterative_and_prediction(c, training_df):
c.sql(
"""
Expand All @@ -184,6 +187,9 @@ def test_iterative_and_prediction(c, training_df):
check_trained_model(c)


@pytest.mark.xfail(
reason="Upstream breakage in dask needs to be fixed by next dask-ml release"
)
def test_show_models(c, training_df):
c.sql(
"""
Expand Down

0 comments on commit bba282a

Please sign in to comment.