From 62840435c5b22ac7b3ad1724047d811f72dd372d Mon Sep 17 00:00:00 2001 From: adamstruck Date: Wed, 11 Sep 2019 09:56:31 -0700 Subject: [PATCH] dont run conformance test that use unsupported features --- tests/test_conformance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_conformance.py b/tests/test_conformance.py index f349a5c..52e59fc 100644 --- a/tests/test_conformance.py +++ b/tests/test_conformance.py @@ -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(