Skip to content

Commit 64fa568

Browse files
committed
Re-enable unit test as server issue is resolved.
1 parent 4b84dc6 commit 64fa568

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_tasks/test_task_functions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ def test_list_tasks_empty(self):
8484

8585
self.assertIsInstance(tasks, dict)
8686

87-
@unittest.skip("Server will currently incorrectly return only 99 tasks."
88-
"See https://github.com/openml/OpenML/issues/980")
8987
def test_list_tasks_by_tag(self):
9088
num_basic_tasks = 100 # number is flexible, check server if fails
9189
tasks = openml.tasks.list_tasks(tag='OpenML100')

0 commit comments

Comments
 (0)