Skip to content

Commit bf64831

Browse files
author
Anton Khodak
committed
Skip test_cache on AppVeyor
1 parent b566313 commit bf64831

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_examples.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
from io import StringIO
99

10+
from cwltool.utils import onWindows
11+
1012
try:
1113
reload
1214
except:
@@ -563,6 +565,9 @@ def test_no_js_console(self):
563565
self.assertNotIn("[err] Error message", output)
564566

565567

568+
@pytest.mark.skipif(onWindows(),
569+
reason="Instance of cwltool is used, on Windows it invokes a default docker container"
570+
"which is not supported on AppVeyor")
566571
class TestCache(TestCmdLine):
567572
def test_wf_without_container(self):
568573
test_file = "hello-workflow.cwl"

0 commit comments

Comments
 (0)