Skip to content

Commit

Permalink
update conformance tests specified in test_conformance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstruck committed Sep 11, 2019
1 parent f5057ff commit b7ae659
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-121,123-129,131-133", "--", "--tes=http://localhost:8000"
"-n", "1-108", "--", "--tes=http://localhost:8000"
]

testlog = os.path.join(
Expand Down

0 comments on commit b7ae659

Please sign in to comment.