Skip to content
Merged

Fix CI #2690

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tool/flutter_ci_script_master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ declare -ar PROJECT_NAMES=(
"asset_transformation"
"background_isolate_channels"
"code_sharing/client"
#TODO(ewindmill): The integration tests are failing
# TODO(ewindmill): The integration tests are failing
# "code_sharing/server"
"code_sharing/shared"
"compass_app/app"
#TODO(ewindmill): The integration tests are failing
# TODO(ewindmill): The integration tests are failing
# "compass_app/server"
"context_menus"
"date_planner"
Expand All @@ -40,7 +40,7 @@ declare -ar PROJECT_NAMES=(
"infinite_list"
"ios_app_clip"
# TODO(ewindmill): replace deprecated activeColor with activeThumbColor in 3.33
# "isolate_example"
# "isolate_example"
# TODO(ewindmill) - RadioGroup api changed.
# "material_3_demo"
"navigation_and_routing"
Expand Down
8 changes: 4 additions & 4 deletions tool/flutter_ci_script_stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ declare -ar PROJECT_NAMES=(
"google_maps"
"infinite_list"
"ios_app_clip"
# TODO(ewindmill) For all the following 4 -- Uncomment when 3.34 goes stable. I updated too soon.
# "isolate_example"
# "material_3_demo"
# "platform_channels"
# "platform_design"
"navigation_and_routing"
"pedometer"
"pedometer/example"
"place_tracker"
# "platform_channels"
"platform_design"
"platform_view_swift"
"provider_counter"
"provider_shopper"
"simple_shader"
"simplistic_calculator"
# TODO(@ewindmill) -
# "simplistic_editor"
# "simplistic_editor"
"testing_app"
"veggieseasons"
"web_embedding/element_embedding_demo"
Expand Down