Skip to content

Commit

Permalink
Fix failing test_cwl_run test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Nov 11, 2015
1 parent 6514ff5 commit 98fdc8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_cwl_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ def _cwl_file(name):
return os.path.normpath(os.path.join(CWL_DRAFT2_DIR, name))


# TODO: Improve these tests so they actually check something instead
# of just arbitrarily exercising the code.
class CwlRunTestCase(CliTestCase):

@skip_unless_python_2_7()
Expand Down Expand Up @@ -42,4 +44,3 @@ def test_run_cat_conformance(self):
job_path,
]
self._check_exit_code(test_cmd)
assert False

0 comments on commit 98fdc8c

Please sign in to comment.