From b071562df8b6fa8f90fddff319cb25f8dc58d96c Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Fri, 21 Jul 2023 10:50:09 +1000 Subject: [PATCH] Elide `animations` & `jsonexample` from master CI (#1951) Fixing broken master CI ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/wiki/Chat [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md --- tool/flutter_ci_script_master.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tool/flutter_ci_script_master.sh b/tool/flutter_ci_script_master.sh index 3a9385213..4bdaeb903 100755 --- a/tool/flutter_ci_script_master.sh +++ b/tool/flutter_ci_script_master.sh @@ -16,7 +16,8 @@ declare -ar PROJECT_NAMES=( "add_to_app/prebuilt_module/flutter_module" "analysis_defaults" "android_splash_screen" - "animations" + # TODO(DomesticMouse): 'textScaleFactor' is deprecated and shouldn't be used. + # "animations" "background_isolate_channels" "code_sharing/client" "code_sharing/server" @@ -49,7 +50,8 @@ declare -ar PROJECT_NAMES=( "infinite_list" "ios_app_clip" "isolate_example" - "jsonexample" + # TODO(DomesticMouse: ComplexObjectView widget test Typical object is displayed correctly + # "jsonexample" "material_3_demo" # TODO(DomesticMouse): The '!' will have no effect because the receiver can't be null. # "navigation_and_routing"