1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Elide simplistic_editor from master CI (#1924)

This commit is contained in:
Brett Morgan
2023-06-28 10:45:25 +10:00
committed by GitHub
parent 4760e45e30
commit 0eb1534564

View File

@@ -63,7 +63,8 @@ declare -ar PROJECT_NAMES=(
"simple_shader"
# TODO(DomesticMouse): Dependency 'flutter_layout_grid' fails to compile. https://github.com/shyndman/flutter_layout_grid/issues/91
# "simplistic_calculator"
"simplistic_editor"
# TODO(DomesticMouse): Undefined class 'CaretChangedHandler'. https://github.com/flutter/samples/issues/1923
# "simplistic_editor"
"testing_app"
"veggieseasons"
"web_embedding/element_embedding_demo"