From aa22261c40b214ee8f7349caf27672dd3a930886 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Fri, 22 Apr 2022 08:08:40 +1000 Subject: [PATCH] Also elide `desktop_photo_search/material` (#1114) --- tool/flutter_ci_script_beta.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tool/flutter_ci_script_beta.sh b/tool/flutter_ci_script_beta.sh index a29cb3948..d9a7f4aac 100755 --- a/tool/flutter_ci_script_beta.sh +++ b/tool/flutter_ci_script_beta.sh @@ -17,7 +17,8 @@ declare -ar PROJECT_NAMES=( "animations" # TODO(domesticmouse): Re-enable once Dart 2.17 is stable # "desktop_photo_search/fluent_ui" - "desktop_photo_search/material" + # TODO(domesticmouse): Re-enable once Dart 2.17 is stable + # "desktop_photo_search/material" "experimental/federated_plugin/federated_plugin" "experimental/web_dashboard" "experimental/linting_tool"