Commit a4550d6f authored by jbudorick's avatar jbudorick Committed by Commit bot

[Android] Disable the amp api status check.

BUG=428729

Review URL: https://codereview.chromium.org/966913003

Cr-Commit-Position: refs/heads/master@{#318705}
parent afbc26a7
......@@ -183,6 +183,7 @@ class RemoteDeviceEnvironment(environment.Environment):
os.environ['APPURIFY_API_PROTO'] = self._api_protocol
os.environ['APPURIFY_API_HOST'] = self._api_address
os.environ['APPURIFY_API_PORT'] = self._api_port
os.environ['APPURIFY_STATUS_BASE_URL'] = 'none'
self._GetAccessToken()
if self._trigger:
self._SelectDevice()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment