Remove android emulator tests from taskcluster.

This commit is contained in:
Josh Matthews 2018-11-15 09:26:07 -05:00 committed by GitHub
parent 0780f8c37e
commit cdb5b60202
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ def main(task_for, mock=False):
if CONFIG.git_ref in ["refs/heads/auto", "refs/heads/try", "refs/heads/try-taskcluster"]:
linux_tidy_unit()
android_arm32()
android_x86()
#android_x86()
windows_dev()
if mock:
windows_release()