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 92886ed commit cb81b25Copy full SHA for cb81b25
test/test_integration.py
@@ -72,6 +72,8 @@ def test_local_md5sum(self):
72
self.check_complete(run_id)
73
self.assertTrue(self.check_for_file(outfile_path), 'Output file was not found: ' + str(outfile_path))
74
75
+ # See https://ga4gh.github.io/workflow-execution-service-schemas/docs/#operation/GetRunLog
76
+ @pytest.skip("workflow_attachment is not part of WES spec for the log.request body")
77
def test_run_attachments(self):
78
"""LOCAL md5sum cwl to the wes-service server, check for attachments."""
79
outfile_path, run_id = self.run_md5sum(wf_input=self.cwl_local_path,
0 commit comments