From 2f89d07d3f8bf63d1b3e9223851281f721dd30a3 Mon Sep 17 00:00:00 2001 From: George Wright Date: Fri, 13 Mar 2020 13:56:01 -0700 Subject: [PATCH] Disable flutter_runner_scenic_tests until the instability is resolved (#17141) --- testing/fuchsia/run_tests.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/testing/fuchsia/run_tests.sh b/testing/fuchsia/run_tests.sh index 8026bc3e5..8bbd5be91 100755 --- a/testing/fuchsia/run_tests.sh +++ b/testing/fuchsia/run_tests.sh @@ -49,10 +49,12 @@ done -f flutter_runner_tests-0.far \ -t flutter_runner_tests -./fuchsia_ctl -d $device_name test \ - -f flutter_aot_runner-0.far \ - -f flutter_runner_scenic_tests-0.far \ - -t flutter_runner_scenic_tests +# TODO(https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=47081) +# Re-enable once the crash is resolved +#./fuchsia_ctl -d $device_name test \ +# -f flutter_aot_runner-0.far \ +# -f flutter_runner_scenic_tests-0.far \ +# -t flutter_runner_scenic_tests # TODO(https://github.com/flutter/flutter/issues/50032) Enable after the # Fuchsia message loop migration is complete. -- GitLab