Skip to content

Commit d83532b

Browse files
Elide multiple codelabs from main CI (#2350)
For context, please see flutter/flutter#177296 ## 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 b7aa22c commit d83532b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

flutter_ci_script_main.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ declare -a CODELABS=(
99
"adaptive_app"
1010
"animated-responsive-layout"
1111
"animations"
12-
"audio_soloud"
12+
# Tracking bug: https://github.com/flutter/flutter/issues/177296
13+
# "audio_soloud"
1314
"boring_to_beautiful"
1415
"brick_breaker"
1516
"colorist"
@@ -19,7 +20,8 @@ declare -a CODELABS=(
1920
"firebase-auth-flutterfire-ui"
2021
"firebase-emulator-suite"
2122
"firebase-get-to-know-flutter"
22-
"forge2d_game"
23+
# TODO: Fix experimental_member_use warning
24+
# "forge2d_game"
2325
"generate_crossword"
2426
"github-client"
2527
"google-maps-in-flutter"
@@ -32,7 +34,8 @@ declare -a CODELABS=(
3234
"tfagents-flutter"
3335
"tfrs-flutter"
3436
"tfserving-flutter"
35-
"tooling"
37+
# TODO: Fix experimental_member_use warning
38+
# "tooling"
3639
"webview_flutter"
3740
)
3841

0 commit comments

Comments
 (0)