From ee2c9df4cf5b3851cd4b4449dde89e61e2a672eb Mon Sep 17 00:00:00 2001 From: godofredoc <54371434+godofredoc@users.noreply.github.com> Date: Thu, 14 May 2020 19:04:10 -0700 Subject: [PATCH] Disable flow tests. (#18405) seems like flow tests are leaving devices in a bad state. --- testing/fuchsia/run_tests.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/testing/fuchsia/run_tests.sh b/testing/fuchsia/run_tests.sh index 8382f505733..f6478886b00 100755 --- a/testing/fuchsia/run_tests.sh +++ b/testing/fuchsia/run_tests.sh @@ -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