Skip to content

Commit 99d80f5

Browse files
committed
Skip flaky test
1 parent fbc1829 commit 99d80f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_runs/test_run_functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,7 @@ def test_local_run_swapped_parameter_order_model(self):
10401040
self._test_local_evaluations(run)
10411041

10421042
@pytest.mark.sklearn()
1043+
@pytest.mark.skip("https://github.com/openml/openml-python/issues/1586")
10431044
@unittest.skipIf(
10441045
Version(sklearn.__version__) < Version("0.20"),
10451046
reason="SimpleImputer doesn't handle mixed type DataFrame as input",

0 commit comments

Comments
 (0)