Skip to content

Commit f3d6680

Browse files
committed
HOTFIX deactivate test until name sentinels for testing are added
1 parent fe3ec4b commit f3d6680

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/flows/test_flow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def check_flow(flow):
1717
for flow in flows:
1818
check_flow(flow)
1919

20+
@unittest.skip('Not tested until test sentinels are added back.')
2021
def test_upload_flow(self):
2122
flow = openml.OpenMLFlow(model=DummyClassifier(), description="test description")
2223
return_code, return_value = flow.publish()

0 commit comments

Comments
 (0)