We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3ec4b commit f3d6680Copy full SHA for f3d6680
1 file changed
tests/flows/test_flow.py
@@ -17,6 +17,7 @@ def check_flow(flow):
17
for flow in flows:
18
check_flow(flow)
19
20
+ @unittest.skip('Not tested until test sentinels are added back.')
21
def test_upload_flow(self):
22
flow = openml.OpenMLFlow(model=DummyClassifier(), description="test description")
23
return_code, return_value = flow.publish()
0 commit comments