Skip to content

Commit

Permalink
Disable flow tests on Fuchsia (#18323)
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed May 12, 2020
1 parent 6689481 commit a6baef1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions testing/fuchsia/run_tests.sh
Expand Up @@ -96,16 +96,16 @@ echo "$(date) START:fml_tests ---------------------------------------"
--timeout-seconds 300 \
--packages-directory packages

echo "$(date) START:flow_tests --------------------------------------"
./fuchsia_ctl -d $device_name test \
-f flow_tests-0.far \
-t flow_tests \
--identity-file $pkey \
--timeout-seconds 300 \
--packages-directory packages

# TODO (kaushikiska): Re-enable runtime and shell tests,
# TODO (kaushikiska): Re-enable flow, shell and runtime tests.
# see: https://github.com/flutter/flutter/issues/57061
# echo "$(date) START:flow_tests --------------------------------------"
# ./fuchsia_ctl -d $device_name test \
# -f flow_tests-0.far \
# -t flow_tests \
# --identity-file $pkey \
# --timeout-seconds 300 \
# --packages-directory packages

# echo "$(date) START:runtime_tests -----------------------------------"
# ./fuchsia_ctl -d $device_name test \
# -f runtime_tests-0.far \
Expand Down

0 comments on commit a6baef1

Please sign in to comment.