We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64fec0 commit 4a715ddCopy full SHA for 4a715dd
tests/loadContents/test-index.yaml
@@ -3,12 +3,12 @@
3
id: cwloutput_nolimit
4
output: {$import: compare-output.json}
5
doc: "Test that loading from cwl.output.json isn't limited to 64k"
6
- tags: [ command_line_tool ]
+ tags: [ command_line_tool, required ]
7
8
- job: input.yml
9
tool: loadContents-limit.cwl
10
id: loadcontents_limit
11
output: {}
12
doc: "Test that loadContents on a file larger than 64k fails"
13
should_fail: true
14
0 commit comments