Skip to content

Commit

Permalink
Disable BrowserStack testing stage (#22438)
Browse files Browse the repository at this point in the history
### Description
We are seeing this [packaging
pipeline](https://aiinfra.visualstudio.com/Lotus/_build?definitionId=940&_a=summary)
fail because we are running into BrowserStack account issues. Disabling
this step until issues are resolved
  • Loading branch information
carzh authored and guschmue committed Oct 18, 2024
1 parent c8114c1 commit df57619
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
stop: true

# we run e2e tests on one older device (Pixel 3) and one newer device (Galaxy 23)
# disabling this step until BrowserStack account issues are resolved
- script: |
set -e -x
pip install requests
Expand All @@ -83,6 +84,7 @@ jobs:
displayName: Run E2E tests using Browserstack
workingDirectory: $(Build.BinariesDirectory)/android_test/android/app/build/outputs/apk
timeoutInMinutes: 15
enabled: false
env:
BROWSERSTACK_ID: $(browserstack_username)
BROWSERSTACK_TOKEN: $(browserstack_access_key)
Expand Down

0 comments on commit df57619

Please sign in to comment.