This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -96,16 +96,16 @@ echo "$(date) START:fml_tests ---------------------------------------"
9696 --timeout-seconds 300 \
9797 --packages-directory packages
9898
99- echo " $( date) START:flow_tests --------------------------------------"
100- ./fuchsia_ctl -d $device_name test \
101- -f flow_tests-0.far \
102- -t flow_tests \
103- --identity-file $pkey \
104- --timeout-seconds 300 \
105- --packages-directory packages
106-
107- # TODO (kaushikiska): Re-enable runtime and shell tests,
99+ # TODO (kaushikiska): Re-enable flow, shell and runtime tests.
108100# see: https://github.com/flutter/flutter/issues/57061
101+ # echo "$(date) START:flow_tests --------------------------------------"
102+ # ./fuchsia_ctl -d $device_name test \
103+ # -f flow_tests-0.far \
104+ # -t flow_tests \
105+ # --identity-file $pkey \
106+ # --timeout-seconds 300 \
107+ # --packages-directory packages
108+
109109# echo "$(date) START:runtime_tests -----------------------------------"
110110# ./fuchsia_ctl -d $device_name test \
111111# -f runtime_tests-0.far \
You can’t perform that action at this time.
0 commit comments