Skip to content

Commit

Permalink
Merge pull request #1229 from bugsnag/tms/no-fail-fast-ios-10
Browse files Browse the repository at this point in the history
Remove --fail-fast from iOS 10 e2e test steps
  • Loading branch information
twometresteve authored Nov 17, 2021
2 parents 61d9f42 + e43db2b commit 2f8866f
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 2f8866f

Please sign in to comment.