Skip to content

Commit

Permalink
Temporarily disabling the fuchsia shell, runtime tests (#18319)
Browse files Browse the repository at this point in the history
see: #57061
  • Loading branch information
iskakaushik committed May 12, 2020
1 parent 7eb6ffe commit 6689481
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions testing/fuchsia/run_tests.sh
Expand Up @@ -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

0 comments on commit 6689481

Please sign in to comment.