Skip to content

Commit ae3e803

Browse files
Elide ffigen_codelab from beta CI (#1875)
## 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/wiki/Chat
1 parent b710b6a commit ae3e803

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
@@ -14,7 +14,8 @@ declare -a CODELABS=(
1414
"dart-patterns-and-records"
1515
"dartpad_codelabs"
1616
"deeplink_cookbook"
17-
"ffigen_codelab"
17+
# TODO(DomesticMouse): Windows is not happy
18+
# "ffigen_codelab"
1819
"firebase-auth-flutterfire-ui"
1920
"firebase-emulator-suite"
2021
"firebase-get-to-know-flutter"

0 commit comments

Comments
 (0)