We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf60442 commit 691de83Copy full SHA for 691de83
tools/ci_build/github/azure-pipelines/templates/android-java-api-aar-test.yml
@@ -72,7 +72,6 @@ jobs:
72
stop: true
73
74
# 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
76
- script: |
77
set -e -x
78
pip install requests
@@ -84,7 +83,6 @@ jobs:
84
83
displayName: Run E2E tests using Browserstack
85
workingDirectory: $(Build.BinariesDirectory)/android_test/android/app/build/outputs/apk
86
timeoutInMinutes: 15
87
- enabled: false
88
env:
89
BROWSERSTACK_ID: $(browserstack_username)
90
BROWSERSTACK_TOKEN: $(browserstack_access_key)
0 commit comments