Skip to content

Commit

Permalink
Merge pull request #1686 from bugsnag/tests/app-hangs
Browse files Browse the repository at this point in the history
Re-enable app-hang tests
  • Loading branch information
twometresteve authored Aug 6, 2024
2 parents e41db63 + 8eb70fb commit 2328a0f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 28 deletions.
57 changes: 30 additions & 27 deletions .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,33 +430,36 @@ steps:
limit: 2

# PLAT-11155: App hang tests run on BrowserStack (Appium 1.x) for now
- label: ':browserstack: iOS 13 app hang tests'
depends_on:
- cocoa_fixture
timeout_in_minutes: 30
agents:
queue: opensource
plugins:
artifacts#v1.5.0:
download: "features/fixtures/ios/output/ipa_url_bs_release.txt"
upload: "maze_output/failed/**/*"
docker-compose#v3.7.0:
pull: cocoa-maze-runner
run: cocoa-maze-runner
command:
- "--app=@build/ipa_url_bs_release.txt"
- "--farm=bs"
- "--device=IOS_13"
- "--appium-version=1.21.0"
- "--fail-fast"
- "features/app_hangs.feature"
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 2
#
# PLAT-12554: Currently being skipped due to issues with app-hang test on iOS 13
#
# - label: ':browserstack: iOS 13 app hang tests'
# depends_on:
# - cocoa_fixture
# timeout_in_minutes: 30
# agents:
# queue: opensource
# plugins:
# artifacts#v1.5.0:
# download: "features/fixtures/ios/output/ipa_url_bs_release.txt"
# upload: "maze_output/failed/**/*"
# docker-compose#v3.7.0:
# pull: cocoa-maze-runner
# run: cocoa-maze-runner
# command:
# - "--app=@build/ipa_url_bs_release.txt"
# - "--farm=bs"
# - "--device=IOS_13"
# - "--appium-version=1.21.0"
# - "--fail-fast"
# - "features/app_hangs.feature"
# concurrency: 5
# concurrency_group: 'browserstack-app'
# concurrency_method: eager
# retry:
# automatic:
# - exit_status: -1 # Agent was lost
# limit: 2

- label: 'ARM macOS 13 E2E tests'
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion features/app_hangs.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@app_hang_test
@skip # TODO: Investigate app hang flakes

Feature: App hangs

Background:
Expand Down

0 comments on commit 2328a0f

Please sign in to comment.