Skip to content

Commit 5f86908

Browse files
prabhantmfeurer
authored andcommitted
Unit test enabled for list_runs (#817)
* unit test enabled for list runs for issue openml/OpenML#948 * change previous commit with pep8 changes
1 parent 77cd94b commit 5f86908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_runs/test_run_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,9 +1243,9 @@ def test_get_runs_list_by_filters(self):
12431243

12441244
runs = openml.runs.list_runs(id=ids, task=tasks, uploader=uploaders_1)
12451245

1246-
@unittest.skip("API currently broken: https://github.com/openml/OpenML/issues/948")
12471246
def test_get_runs_list_by_tag(self):
12481247
# TODO: comes from live, no such lists on test
1248+
# Unit test works on production server only
12491249
openml.config.server = self.production_server
12501250
runs = openml.runs.list_runs(tag='curves')
12511251
self.assertGreaterEqual(len(runs), 1)

0 commit comments

Comments
 (0)