From f8927d4b256bbed66b6a4f8b87121371f0ee5fdf Mon Sep 17 00:00:00 2001 From: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com> Date: Tue, 9 Nov 2021 07:52:59 -0800 Subject: [PATCH] xfail broken dask-ml tests --- tests/integration/test_model.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/test_model.py b/tests/integration/test_model.py index 6a3a22dbf..9a267dab3 100644 --- a/tests/integration/test_model.py +++ b/tests/integration/test_model.py @@ -74,6 +74,7 @@ def test_clustering_and_prediction(c, training_df): check_trained_model(c) +@pytest.mark.xfail(reason="dask-ml is broken for dask==2021.11.x") def test_iterative_and_prediction(c, training_df): c.sql( """ @@ -93,6 +94,7 @@ def test_iterative_and_prediction(c, training_df): check_trained_model(c) +@pytest.mark.xfail(reason="dask-ml is broken for dask==2021.11.x") def test_show_models(c, training_df): c.sql( """