diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 99262a1c23b..16c74e02263 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -30,7 +30,6 @@ def main(task_for, mock=False): elif task_for == "daily": daily_tasks_setup() with_rust_nightly() - android_arm32() else: # pragma: no cover raise ValueError("Unrecognized $TASK_FOR value: %r", task_for)