Skip to content

Commit cfac473

Browse files
authored
Merge pull request #709 from openml/DisableListTaskTag
Disable a unit test which currently has a serverside issue.
2 parents 461814d + ac291ff commit cfac473

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_tasks/test_task_functions.py

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

7979
self.assertIsInstance(tasks, dict)
8080

81+
@unittest.skip("Server will currently incorrectly return only 99 tasks."
82+
"See https://github.com/openml/OpenML/issues/980")
8183
def test_list_tasks_by_tag(self):
8284
num_basic_tasks = 100 # number is flexible, check server if fails
8385
tasks = openml.tasks.list_tasks(tag='OpenML100')

0 commit comments

Comments
 (0)