From aacaf59f1bde88b68998d24229f97a227f81d576 Mon Sep 17 00:00:00 2001 From: Kaushik Iska Date: Tue, 12 May 2020 16:35:15 -0700 Subject: [PATCH] Disable flow tests on Fuchsia --- testing/fuchsia/run_tests.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/testing/fuchsia/run_tests.sh b/testing/fuchsia/run_tests.sh index 3b06d7c434174..5c3de86bed037 100755 --- a/testing/fuchsia/run_tests.sh +++ b/testing/fuchsia/run_tests.sh @@ -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 \