Skip to content

Commit

Permalink
Remove --fail-fast from iOS 10 e2e test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Nov 17, 2021
1 parent 61d9f42 commit e43db2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .buildkite/pipeline.quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ steps:
- "--farm=bs"
- "--device=IOS_10"
- "--appium-version=1.8.0"
- "--fail-fast"
- "--exclude=features/[h-z].*.feature"
- "--order=random"
concurrency: 9
Expand Down Expand Up @@ -235,7 +234,6 @@ steps:
- "--farm=bs"
- "--device=IOS_10"
- "--appium-version=1.8.0"
- "--fail-fast"
- "--exclude=features/[a-g].*.feature"
- "--order=random"
concurrency: 9
Expand Down
1 change: 0 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ steps:
- "--farm=bs"
- "--device=IOS_10"
- "--appium-version=1.8.0"
- "--fail-fast"
- "--order=random"
concurrency: 9
concurrency_group: browserstack-app
Expand Down

0 comments on commit e43db2b

Please sign in to comment.