Skip to content

Commit 6689481

Browse files
authored
Temporarily disabling the fuchsia shell, runtime tests (#18319)
see: #57061
1 parent 7eb6ffe commit 6689481

1 file changed

Lines changed: 17 additions & 16 deletions

File tree

testing/fuchsia/run_tests.sh

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -104,23 +104,24 @@ echo "$(date) START:flow_tests --------------------------------------"
104104
--timeout-seconds 300 \
105105
--packages-directory packages
106106

107-
echo "$(date) START:runtime_tests -----------------------------------"
108-
./fuchsia_ctl -d $device_name test \
109-
-f runtime_tests-0.far \
110-
-t runtime_tests \
111-
--identity-file $pkey \
112-
--timeout-seconds 300 \
113-
--packages-directory packages
107+
# TODO (kaushikiska): Re-enable runtime and shell tests,
108+
# see: https://github.com/flutter/flutter/issues/57061
109+
# echo "$(date) START:runtime_tests -----------------------------------"
110+
# ./fuchsia_ctl -d $device_name test \
111+
# -f runtime_tests-0.far \
112+
# -t runtime_tests \
113+
# --identity-file $pkey \
114+
# --timeout-seconds 300 \
115+
# --packages-directory packages
114116

115117
# TODO(https://github.com/flutter/flutter/issues/53399): Re-enable
116118
# OnServiceProtocolGetSkSLsWorks and CanLoadSkSLsFromAsset once they pass on
117119
# Fuchsia.
118-
echo "$(date) START:shell_tests -------------------------------------"
119-
./fuchsia_ctl -d $device_name test \
120-
-f shell_tests-0.far \
121-
-t shell_tests \
122-
-a "--gtest_filter=-ShellTest.CacheSkSLWorks:ShellTest.SetResourceCacheSize*:ShellTest.OnServiceProtocolGetSkSLsWorks:ShellTest.CanLoadSkSLsFromAsset" \
123-
--identity-file $pkey \
124-
--timeout-seconds 300 \
125-
--packages-directory packages
126-
120+
# echo "$(date) START:shell_tests -------------------------------------"
121+
# ./fuchsia_ctl -d $device_name test \
122+
# -f shell_tests-0.far \
123+
# -t shell_tests \
124+
# -a "--gtest_filter=-ShellTest.CacheSkSLWorks:ShellTest.SetResourceCacheSize*:ShellTest.OnServiceProtocolGetSkSLsWorks:ShellTest.CanLoadSkSLsFromAsset" \
125+
# --identity-file $pkey \
126+
# --timeout-seconds 300 \
127+
# --packages-directory packages

0 commit comments

Comments
 (0)