Skip to content

Commit

Permalink
Reenable flutter scenic test to identify crashes and follow up on fix…
Browse files Browse the repository at this point in the history
…es. (flutter#17979)
  • Loading branch information
godofredoc authored Apr 27, 2020
1 parent 992a55c commit 027eff8
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions testing/fuchsia/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 027eff8

Please sign in to comment.