From 027eff8b19558bb022ab420a185f661fcd3deed1 Mon Sep 17 00:00:00 2001 From: godofredoc <54371434+godofredoc@users.noreply.github.com> Date: Mon, 27 Apr 2020 15:14:04 -0700 Subject: [PATCH] Reenable flutter scenic test to identify crashes and follow up on fixes. (#17979) --- testing/fuchsia/run_tests.sh | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/testing/fuchsia/run_tests.sh b/testing/fuchsia/run_tests.sh index 814c0accbc57d..a56baef8baaa2 100755 --- a/testing/fuchsia/run_tests.sh +++ b/testing/fuchsia/run_tests.sh @@ -77,15 +77,13 @@ echo "$(date) START:flutter_runner_tests ----------------------------" --timeout-seconds 300 \ --packages-directory packages -# 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 \ -# --identity-file $pkey \ -# --timeout-seconds 300 \ -# --packages-directory packages +./fuchsia_ctl -d $device_name test \ + -f flutter_aot_runner-0.far \ + -f flutter_runner_scenic_tests-0.far \ + -t flutter_runner_scenic_tests \ + --identity-file $pkey \ + --timeout-seconds 300 \ + --packages-directory packages # TODO(https://github.com/flutter/flutter/issues/50032) Enable after the # Fuchsia message loop migration is complete.