Disable flow tests. (#18405)

seems like flow tests are leaving devices in a bad state.
This commit is contained in:
godofredoc 2020-05-14 19:04:10 -07:00 committed by GitHub
parent 609519ec14
commit ee2c9df4cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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