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()