Skip to content

Commit

Permalink
All loadContents tests are required
Browse files Browse the repository at this point in the history
Fixes #122
  • Loading branch information
mr-c committed Jun 5, 2023
1 parent f64fec0 commit 4a715dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/loadContents/test-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
id: cwloutput_nolimit
output: {$import: compare-output.json}
doc: "Test that loading from cwl.output.json isn't limited to 64k"
tags: [ command_line_tool ]
tags: [ command_line_tool, required ]

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

0 comments on commit 4a715dd

Please sign in to comment.