Skip to content

Commit

Permalink
Merge pull request #1657 from bugsnag/tms/skip-ios-17
Browse files Browse the repository at this point in the history
Temporarily skip iOS 17 testing due to device farm issues
  • Loading branch information
twometresteve committed Jun 4, 2024
2 parents 69c7a43 + 4c0b3db commit 5264079
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ steps:
# BrowserStack
#
- label: ':browserstack: iOS 17 E2E tests batch 1'
# TODO Skipped pending PLAT-12209
skip: Skipped pending PLAT-12209
depends_on:
- cocoa_fixture
timeout_in_minutes: 60
Expand Down Expand Up @@ -370,6 +372,8 @@ steps:
limit: 2

- label: ':browserstack: iOS 17 E2E tests batch 2'
# TODO Skipped pending PLAT-12209
skip: Skipped pending PLAT-12209
depends_on:
- cocoa_fixture
timeout_in_minutes: 60
Expand Down Expand Up @@ -401,6 +405,8 @@ steps:

# PLAT-11155: App hang tests run on BrowserStack (Appium 1.x) for now
- label: ':browserstack: iOS 17 app hang tests'
# TODO Skipped pending PLAT-12209
skip: Skipped pending PLAT-12209
depends_on:
- cocoa_fixture
timeout_in_minutes: 30
Expand Down

0 comments on commit 5264079

Please sign in to comment.