Skip to content

Commit 871afac

Browse files
pvanheusmr-c
authored andcommitted
Add required tag to new tests
1 parent fcf17b9 commit 871afac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conformance_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3405,18 +3405,18 @@
34053405
label: params_broken_null
34063406
doc: Test parameter reference that refers to null.something
34073407
should_fail: true
3408-
tags: [ command_line_tool ]
3408+
tags: [ required, command_line_tool ]
34093409

34103410
- job: tests/empty.json
34113411
tool: tests/params_broken_length_of_non_list.cwl
34123412
doc: Test paramer reference that refers to length of non-array input
34133413
should_fail: true
3414-
tags: [ command_line_tool ]
3414+
tags: [ required, command_line_tool ]
34153415

34163416
- job: tests/length_non_array_input.yml
34173417
tool: tests/params_input_length_non_array.cwl
34183418
doc: Test 'length' in parameter reference where it does not refer to length of an array input
3419-
tags: [ command_line_tool ]
3419+
tags: [ required, command_line_tool ]
34203420
output:
34213421
output1: 1
34223422
output2: 2

0 commit comments

Comments
 (0)