Skip to content

Commit fe3ec4b

Browse files
committed
HOTFIX deactive unit test until OpenML issue 149 is solved
1 parent 4424f61 commit fe3ec4b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/datasets/test_datasets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def test_list_datasets_by_tag(self):
9898
self.assertIn(dataset['status'], ['in_preparation', 'active',
9999
'deactivated'])
100100

101+
@unittest.skip('See https://github.com/openml/openml-python/issues/149')
101102
def test_check_datasets_active(self):
102103
active = openml.datasets.check_datasets_active([1, 17])
103104
self.assertTrue(active[1])

0 commit comments

Comments
 (0)