diff --git a/testing/fuchsia/run_tests.sh b/testing/fuchsia/run_tests.sh index 814c0accbc5..a56baef8baa 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.