Skip to content

Commit cb81b25

Browse files
committed
get_run_log.request.workflow_attachment is not part of WES 1.0
1 parent 92886ed commit cb81b25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_integration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ def test_local_md5sum(self):
7272
self.check_complete(run_id)
7373
self.assertTrue(self.check_for_file(outfile_path), 'Output file was not found: ' + str(outfile_path))
7474

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")
7577
def test_run_attachments(self):
7678
"""LOCAL md5sum cwl to the wes-service server, check for attachments."""
7779
outfile_path, run_id = self.run_md5sum(wf_input=self.cwl_local_path,

0 commit comments

Comments
 (0)