Skip to content

Commit 4a715dd

Browse files
committed
All loadContents tests are required
Fixes #122
1 parent f64fec0 commit 4a715dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/loadContents/test-index.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
id: cwloutput_nolimit
44
output: {$import: compare-output.json}
55
doc: "Test that loading from cwl.output.json isn't limited to 64k"
6-
tags: [ command_line_tool ]
6+
tags: [ command_line_tool, required ]
77

88
- job: input.yml
99
tool: loadContents-limit.cwl
1010
id: loadcontents_limit
1111
output: {}
1212
doc: "Test that loadContents on a file larger than 64k fails"
1313
should_fail: true
14-
tags: [ command_line_tool ]
14+
tags: [ command_line_tool, required ]

0 commit comments

Comments
 (0)