Skip to content

Commit 6ffac4e

Browse files
committed
remove newly added skips
1 parent 05fd050 commit 6ffac4e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_runs/test_run_functions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,6 @@ def _test_local_evaluations(self, run):
10231023
assert alt_scores[idx] <= 1
10241024

10251025
@pytest.mark.sklearn()
1026-
@pytest.mark.skip(reason="https://github.com/openml/openml-python/issues/1586")
10271026
@pytest.mark.test_server()
10281027
def test_local_run_swapped_parameter_order_model(self):
10291028
clf = DecisionTreeClassifier()
@@ -1075,7 +1074,6 @@ def test_local_run_swapped_parameter_order_flow(self):
10751074
Version(sklearn.__version__) < Version("0.20"),
10761075
reason="SimpleImputer doesn't handle mixed type DataFrame as input",
10771076
)
1078-
@pytest.mark.skip(reason="https://github.com/openml/openml-python/issues/1586")
10791077
@pytest.mark.test_server()
10801078
def test_local_run_metric_score(self):
10811079
# construct sci-kit learn classifier

0 commit comments

Comments
 (0)