Skip to content

Commit

Permalink
fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
chunriyeqiongsaigao committed Sep 18, 2023
1 parent 8d54650 commit 60a4e0c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/concurrency/fail-fast/expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ skipped:
{{range .skipped}}
- {{.}}
{{end}}
passedCount: {{le .passedCount 4}}
failedCount: {{le .failedCount 5}}
skippedCount: {{subtractor 9 .passedCount .failedCount}}
3 changes: 3 additions & 0 deletions test/e2e/concurrency/non-fail-fast/expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ failed:
- failed-case-9
{{- end }}
skipped: []
passedCount: 6
failedCount: 3
skippedCount: 0
3 changes: 3 additions & 0 deletions test/e2e/non-concurrency/fail-fast/expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ skipped:
- case-7
- case-8
- case-9
passedCount: 5
failedCount: 1
skippedCount: 3
3 changes: 3 additions & 0 deletions test/e2e/non-concurrency/non-fail-fast/expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ failed:
- case-8
- case-9
skipped: []
passedCount: 6
failedCount: 3
skippedCount: 0


0 comments on commit 60a4e0c

Please sign in to comment.