From 98fdc8cca722ce229fa97155f33fb6e920381c94 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Wed, 11 Nov 2015 21:32:50 +0000 Subject: [PATCH] Fix failing test_cwl_run test. --- tests/test_cwl_run.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_cwl_run.py b/tests/test_cwl_run.py index 48e15405e..f1a942210 100644 --- a/tests/test_cwl_run.py +++ b/tests/test_cwl_run.py @@ -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() @@ -42,4 +44,3 @@ def test_run_cat_conformance(self): job_path, ] self._check_exit_code(test_cmd) - assert False