From 10bcbd04428a4fde4cc247cb8bd0a2dc021c65f9 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Thu, 13 Jul 2023 20:53:13 +0800 Subject: [PATCH] Fix CI by eliding `simplistic_editor` (#1943) --- tool/flutter_ci_script_beta.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tool/flutter_ci_script_beta.sh b/tool/flutter_ci_script_beta.sh index f744e880e..9cca350c0 100755 --- a/tool/flutter_ci_script_beta.sh +++ b/tool/flutter_ci_script_beta.sh @@ -62,7 +62,8 @@ declare -ar PROJECT_NAMES=( "provider_shopper" "simple_shader" "simplistic_calculator" - "simplistic_editor" + # TODO(DomesticMouse): The named parameter 'onLiveTextInput' is required, but there's no corresponding argument. + # "simplistic_editor" "testing_app" "veggieseasons" "web_embedding/element_embedding_demo"