Skip to content

Commit 14b329a

Browse files
tom-tanGlassOfWhiskey
authored andcommitted
Fix tags for conformance tests
1 parent 438816f commit 14b329a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

conformance_tests.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@
11731173
label: directory_input_docker
11741174
id: 85
11751175
doc: Test directory input in Docker
1176-
tags: [ required, command_line_tool, shell_command ]
1176+
tags: [ command_line_tool, shell_command ]
11771177

11781178
- job: tests/dir3-job.yml
11791179
output:
@@ -2998,7 +2998,7 @@
29982998
tool: tests/glob-path-error.cwl
29992999
label: glob_outside_outputs_fails
30003000
doc: Test fail trying to glob outside output directory
3001-
tags: [ required, command_line_tool, docker ]
3001+
tags: [ command_line_tool, docker ]
30023002
id: 232
30033003

30043004
- job: tests/empty.json
@@ -3111,7 +3111,7 @@
31113111
"size": 59
31123112
}
31133113
]
3114-
tags: [ required, command_line_tool, initial_work_dir ]
3114+
tags: [ command_line_tool, initial_work_dir, inline_javascript ]
31153115
id: 238
31163116

31173117
- doc: Test that array of input files can be staged to directory with basename
@@ -3146,7 +3146,7 @@
31463146
"size": 59
31473147
}
31483148
]
3149-
tags: [ required, command_line_tool, initial_work_dir ]
3149+
tags: [ command_line_tool, initial_work_dir, inline_javascript ]
31503150
id: 239
31513151

31523152
- doc: Test that if array of input files are staged to directory with basename and entryname, entryname overrides
@@ -3181,7 +3181,7 @@
31813181
"size": 59
31823182
}
31833183
]
3184-
tags: [ required, command_line_tool, initial_work_dir ]
3184+
tags: [ command_line_tool, initial_work_dir, inline_javascript ]
31853185
id: 240
31863186

31873187
- job: tests/empty.json
@@ -3332,7 +3332,7 @@
33323332
label: optional_numerical_output_returns_0_not_null
33333333
doc: |
33343334
Test that optional number output is returned as 0, not null
3335-
tags: [ required, inline_javascript, command_line_tool ]
3335+
tags: [ inline_javascript, command_line_tool ]
33363336
id: 253
33373337

33383338
- job: tests/empty.json
@@ -3506,7 +3506,7 @@
35063506
doc: |
35073507
Use of expression tool to change basename of file, then correctly staging
35083508
the file using the new name.
3509-
tags: [ required, command_line_tool, inline_javascript, expression_tool ]
3509+
tags: [ command_line_tool, inline_javascript, expression_tool ]
35103510

35113511
- label: runtime-outdir
35123512
output: {

0 commit comments

Comments
 (0)