Skip to content

Commit 98fdc8c

Browse files
committed
Fix failing test_cwl_run test.
1 parent 6514ff5 commit 98fdc8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_cwl_run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ def _cwl_file(name):
1414
return os.path.normpath(os.path.join(CWL_DRAFT2_DIR, name))
1515

1616

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

1921
@skip_unless_python_2_7()
@@ -42,4 +44,3 @@ def test_run_cat_conformance(self):
4244
job_path,
4345
]
4446
self._check_exit_code(test_cmd)
45-
assert False

0 commit comments

Comments
 (0)