Skip to content

Commit 7744963

Browse files
Skipping intro_flutter_gpu due to breakage
1 parent a24be6e commit 7744963

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

flutter_ci_script_shared.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)