mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
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]. <!-- Links --> [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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user