Skip to content

Commit 691de83

Browse files
authored
Enable BrowserStack tests (#22457)
### Description BrowserStack account issues have been resolved -- this PR enables E2E browserstack tests in the pipeline again
1 parent bf60442 commit 691de83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/ci_build/github/azure-pipelines/templates/android-java-api-aar-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
stop: true
7373

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

0 commit comments

Comments
 (0)