1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Elide failing projects from master CI (#1645)

* Elide `desktop_photo_search/fluent_ui` from master CI

* Elide `simplistic_calculator` from `master` CI
This commit is contained in:
Brett Morgan
2023-02-09 09:22:00 +10:00
committed by GitHub
parent e1f3fb020e
commit b5806955eb

View File

@@ -21,7 +21,8 @@ declare -ar PROJECT_NAMES=(
# "code_sharing/client"
"code_sharing/server"
"code_sharing/shared"
"desktop_photo_search/fluent_ui"
# TODO(DomesticMouse): version solving failed
# "desktop_photo_search/fluent_ui"
"desktop_photo_search/material"
"experimental/context_menus"
"experimental/element_embedding_demo"
@@ -54,7 +55,8 @@ declare -ar PROJECT_NAMES=(
"platform_view_swift"
"provider_counter"
"provider_shopper"
"simplistic_calculator"
# TODO(DomesticMouse): version solving failed
# "simplistic_calculator"
"simplistic_editor"
"testing_app"
"veggieseasons"