File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,14 @@ function ci_codelabs () {
5050
5151 # intro_flutter_gpu only runs with Impeller
5252 if [ $CODELAB = ' intro_flutter_gpu' ]; then
53- if [ $RUNNER_OS = ' macOS' ] || [ $RUNNER_OS = ' Linux' ]; then
54- flutter config --enable-native-assets
55- flutter build ` echo $RUNNER_OS | tr ' [:upper:]' ' [:lower:]' ` --debug
56- flutter test --enable-impeller
57- else
53+ # Flutter scene is broken: https://github.com/bdero/flutter_scene/issues/57
54+ # if [ $RUNNER_OS = 'macOS' ] || [ $RUNNER_OS = 'Linux' ]; then
55+ # flutter config --enable-native-assets
56+ # flutter build `echo $RUNNER_OS | tr '[:upper:]' '[:lower:]'` --debug
57+ # flutter test --enable-impeller
58+ # else
5859 echo " Skipping $CODELAB on $RUNNER_OS "
59- fi
60+ # fi
6061 else
6162 flutter test
6263 fi
You can’t perform that action at this time.
0 commit comments