diff --git a/deslib/tests/test_des_integration.py b/deslib/tests/test_des_integration.py index 30aa99fb..4b200795 100644 --- a/deslib/tests/test_des_integration.py +++ b/deslib/tests/test_des_integration.py @@ -31,8 +31,10 @@ from deslib.static.single_best import SingleBest from deslib.static.static_selection import StaticSelection from sklearn.model_selection import GridSearchCV +import pytest +@pytest.mark.skip(reason='Need to wait for changes on scikit-learn (see issue #89)') def test_grid_search(): # This tests if the estimator can be cloned and used in a grid search