Skip to content

Commit 6407d81

Browse files
authored
Disable BrowserStack testing stage (#22438)
### 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
1 parent 4c47bca commit 6407d81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ 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
7576
- script: |
7677
set -e -x
7778
pip install requests
@@ -83,6 +84,7 @@ jobs:
8384
displayName: Run E2E tests using Browserstack
8485
workingDirectory: $(Build.BinariesDirectory)/android_test/android/app/build/outputs/apk
8586
timeoutInMinutes: 15
87+
enabled: false
8688
env:
8789
BROWSERSTACK_ID: $(browserstack_username)
8890
BROWSERSTACK_TOKEN: $(browserstack_access_key)

0 commit comments

Comments
 (0)