Skip to content

Commit

Permalink
dont run conformance test that use unsupported features
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstruck committed Sep 11, 2019
1 parent 106e138 commit 6284043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_conformance.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_conformance(self):
cmd = [
"cwltest", "--test", ctest_def, "--basedir", self.tmpdir,
"--tool", tool_entry, "-j", str(psutil.cpu_count()),
"-n", "1-5,6-49,52-79,81-96,99-108", "--", "--tes=http://localhost:8000"
"-n", "1-5,7-49,52-79,81-96,99-102,104-107", "--", "--tes=http://localhost:8000"
]

testlog = os.path.join(
Expand Down

0 comments on commit 6284043

Please sign in to comment.