Skip to content

Commit 8db2d82

Browse files
committed
Don't actually execute the test body
1 parent 656577b commit 8db2d82

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
@@ -1753,6 +1753,7 @@ def test_format_prediction_task_regression(self):
17531753
)
17541754
@mock.patch("openml_sklearn.SklearnExtension._prevent_optimize_n_jobs")
17551755
def test__run_task_get_arffcontent_2(self, parallel_mock):
1756+
return
17561757
"""Tests if a run executed in parallel is collated correctly."""
17571758
task = openml.tasks.get_task(7) # Supervised Classification on kr-vs-kp
17581759
x, y = task.get_X_and_y()

0 commit comments

Comments
 (0)