diff --git a/tool/flutter_ci_script_beta.sh b/tool/flutter_ci_script_beta.sh index f9dee855d..74012cfa3 100755 --- a/tool/flutter_ci_script_beta.sh +++ b/tool/flutter_ci_script_beta.sh @@ -43,7 +43,8 @@ declare -ar PROJECT_NAMES=( "infinite_list" "ios_app_clip" "isolate_example" - "material_3_demo" + # TODO(ewindmill): Add back when deps allow + # "material_3_demo" "navigation_and_routing" "place_tracker" "platform_channels" @@ -53,7 +54,8 @@ declare -ar PROJECT_NAMES=( "provider_shopper" "simple_shader" "simplistic_calculator" - "simplistic_editor" + # TODO(DomesticMouse): The method 'isSelectionWithinTextBounds' isn't defined for the type 'TextEditingController' + # "simplistic_editor" "testing_app" "veggieseasons" "web_embedding/element_embedding_demo" diff --git a/tool/flutter_ci_script_master.sh b/tool/flutter_ci_script_master.sh index fc91560ca..8b1b796df 100755 --- a/tool/flutter_ci_script_master.sh +++ b/tool/flutter_ci_script_master.sh @@ -31,14 +31,16 @@ declare -ar PROJECT_NAMES=( "experimental/federated_plugin/federated_plugin_platform_interface" "experimental/federated_plugin/federated_plugin_web" "experimental/federated_plugin/federated_plugin_windows" - "experimental/linting_tool" + # TODO: 'onBackground' is deprecated and shouldn't be used. + # "experimental/linting_tool" "experimental/pedometer" "experimental/pedometer/example" "experimental/varfont_shader_puzzle" "experimental/web_dashboard" "flutter_maps_firestore" "form_app" - "game_template" + # TODO: 'onBackground' is deprecated and shouldn't be used. + # "game_template" "google_maps" "infinite_list" "ios_app_clip"