From 6fd2b9f88b59a0686f0ff78cd560e2594ec70e38 Mon Sep 17 00:00:00 2001 From: Gray Mackall <34871572+gmackall@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:35:07 -0700 Subject: [PATCH] Remove scheduler: luci from new `build_aar_module_test` (#154945) This option was deprecated (/removed?) in the time since the test was originally disabled. See https://github.com/flutter/flutter/issues/109712, https://github.com/flutter/flutter/pull/109714 --- .ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index eab5f164f9..da0dcc2930 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -439,7 +439,6 @@ targets: tags: > ["devicelab","hostonly"] task_name: build_aar_module_test - scheduler: luci runIf: - dev/** - packages/flutter_tools/**