Skip to content

Commit 4c8554b

Browse files
Elide next-gen-ui from beta channel (#2240)
The `beta` channel just updated, so `master` failures are trickling down. ## Pre-launch Checklist - [x] I read the [Effective Dart: Style] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [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 --> [Effective Dart: Style]: https://dart.dev/guides/language/effective-dart/style [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
1 parent d93cf2b commit 4c8554b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flutter_ci_script_beta.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ declare -a CODELABS=(
2727
"homescreen_codelab"
2828
"in_app_purchases"
2929
"namer"
30-
"next-gen-ui"
30+
# TODO(domesticmouse): Color.red/green/blue are deprecated
31+
# "next-gen-ui"
3132
"testing_codelab"
3233
"tfagents-flutter"
3334
"tfrs-flutter"

0 commit comments

Comments
 (0)