Skip to content

Commit

Permalink
loops: remove invalid-no-when and invalid-loop-scatter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Sep 17, 2024
1 parent f9f327b commit caa03de
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 78 deletions.
34 changes: 0 additions & 34 deletions tests/loop/invalid-loop-scatter.cwl

This file was deleted.

32 changes: 0 additions & 32 deletions tests/loop/invalid-no-when.cwl

This file was deleted.

12 changes: 0 additions & 12 deletions tests/loop/test-index.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
- tool: invalid-loop-scatter.cwl
id: loop_fail_scatter
doc: "Affirm that a loop workflow does not validate if scatter and loop directives are on the same step"
should_fail: true
tags: [ conditional, loop, inline_javascript, scatter, workflow ]

- tool: invalid-no-when.cwl
id: loop_fail_no_when
doc: "Affirm that a loop workflow does not validate if no when directive is specified"
should_fail: true
tags: [ conditional, loop, inline_javascript, scatter, workflow ]

- job: single-var-loop-job.yml
tool: single-var-loop.cwl
id: loop_single_variable
Expand Down

0 comments on commit caa03de

Please sign in to comment.