Skip to content

Commit

Permalink
Disable flow tests. (flutter#18405)
Browse files Browse the repository at this point in the history
seems like flow tests are leaving devices in a bad state.
  • Loading branch information
godofredoc authored May 15, 2020
1 parent 609519e commit ee2c9df
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions testing/fuchsia/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ echo "$(date) START:fml_tests ---------------------------------------"
--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 $test_timeout_seconds \
--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 $test_timeout_seconds \
# --packages-directory packages


# TODO(kaushikiska): Runtime and shell tests are failing with
Expand Down

0 comments on commit ee2c9df

Please sign in to comment.