Skip to content

Commit ced32b4

Browse files
Elide intro_flutter_gpu (#2296)
For $REASONS, `intro_flutter_gpu` is breaking CI on the `master` branch. Eliding from CI for the time being. ## 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 eaf0e5a commit ced32b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flutter_ci_script_master.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ declare -a CODELABS=(
2727
"haiku_generator"
2828
"homescreen_codelab"
2929
"in_app_purchases"
30-
"intro_flutter_gpu"
30+
# TODO(domesticmouse): The protocol version of native_assets_cli-0.9.0 is 1.5.0, which is no longer supported.
31+
# "intro_flutter_gpu"
3132
"namer"
3233
"next-gen-ui"
3334
"testing_codelab"

0 commit comments

Comments
 (0)