From cdb5b60202b24b5173eab5f1bda04f6c8da642b9 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 15 Nov 2018 09:26:07 -0500 Subject: [PATCH] Remove android emulator tests from taskcluster. --- etc/taskcluster/decision_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index bc557c57ee8..bd411d6bc34 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -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()