Skip to content

Commit

Permalink
Enable BrowserStack tests (#22457)
Browse files Browse the repository at this point in the history
### Description
BrowserStack account issues have been resolved -- this PR enables E2E
browserstack tests in the pipeline again
  • Loading branch information
carzh authored Oct 16, 2024
1 parent bf60442 commit 691de83
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ 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 @@ -84,7 +83,6 @@ 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 691de83

Please sign in to comment.