We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff42d4b commit 91d7740Copy full SHA for 91d7740
1 file changed
tests/test_runs/test_run_functions.py
@@ -1068,6 +1068,7 @@ def test_local_run_swapped_parameter_order_flow(self):
1068
1069
self._test_local_evaluations(run)
1070
1071
+ @pytest.mark.skip(reason="https://github.com/openml/openml-python/issues/1586")
1072
@pytest.mark.sklearn()
1073
@unittest.skipIf(
1074
Version(sklearn.__version__) < Version("0.20"),
0 commit comments