diff --git a/testing/fuchsia/run_tests.sh b/testing/fuchsia/run_tests.sh index a56baef8baaa2..3b06d7c434174 100755 --- a/testing/fuchsia/run_tests.sh +++ b/testing/fuchsia/run_tests.sh @@ -104,23 +104,24 @@ echo "$(date) START:flow_tests --------------------------------------" --timeout-seconds 300 \ --packages-directory packages -echo "$(date) START:runtime_tests -----------------------------------" -./fuchsia_ctl -d $device_name test \ - -f runtime_tests-0.far \ - -t runtime_tests \ - --identity-file $pkey \ - --timeout-seconds 300 \ - --packages-directory packages +# TODO (kaushikiska): Re-enable runtime and shell tests, +# see: https://github.com/flutter/flutter/issues/57061 +# echo "$(date) START:runtime_tests -----------------------------------" +# ./fuchsia_ctl -d $device_name test \ +# -f runtime_tests-0.far \ +# -t runtime_tests \ +# --identity-file $pkey \ +# --timeout-seconds 300 \ +# --packages-directory packages # TODO(https://github.com/flutter/flutter/issues/53399): Re-enable # OnServiceProtocolGetSkSLsWorks and CanLoadSkSLsFromAsset once they pass on # Fuchsia. -echo "$(date) START:shell_tests -------------------------------------" -./fuchsia_ctl -d $device_name test \ - -f shell_tests-0.far \ - -t shell_tests \ - -a "--gtest_filter=-ShellTest.CacheSkSLWorks:ShellTest.SetResourceCacheSize*:ShellTest.OnServiceProtocolGetSkSLsWorks:ShellTest.CanLoadSkSLsFromAsset" \ - --identity-file $pkey \ - --timeout-seconds 300 \ - --packages-directory packages - +# echo "$(date) START:shell_tests -------------------------------------" +# ./fuchsia_ctl -d $device_name test \ +# -f shell_tests-0.far \ +# -t shell_tests \ +# -a "--gtest_filter=-ShellTest.CacheSkSLWorks:ShellTest.SetResourceCacheSize*:ShellTest.OnServiceProtocolGetSkSLsWorks:ShellTest.CanLoadSkSLsFromAsset" \ +# --identity-file $pkey \ +# --timeout-seconds 300 \ +# --packages-directory packages