diff --git a/test/api/test_workflows_cwl.py b/test/api/test_workflows_cwl.py index 8876a6b71d1c..293a60530ee9 100644 --- a/test/api/test_workflows_cwl.py +++ b/test/api/test_workflows_cwl.py @@ -57,6 +57,9 @@ def test_count_line2_v1(self): """Test simple workflow v1.0/count-lines2-wf.cwl.""" self._run_count_lines_wf("v1.0/count-lines2-wf.cwl") + def test_count_lines3_v1(self): + pass + def _run_count_lines_wf(self, wf_path): load_response = self._load_workflow(wf_path) self._assert_status_code_is(load_response, 200)