@@ -66,38 +66,39 @@ tar -xvzf $2 -C packages 1> /dev/null
6666echo " $( date) END:EXTRACT_PACKAGES -----------------------------------"
6767
6868
69+ # TODO (kaushikiska): Re-enable these tests.
70+ # see: https://github.com/flutter/flutter/issues/57061
6971# TODO(gw280): Enable tests using JIT runner
7072
71- echo " $( date) START:flutter_runner_tests ----------------------------"
72- ./fuchsia_ctl -d $device_name test \
73- -f flutter_aot_runner-0.far \
74- -f flutter_runner_tests-0.far \
75- -t flutter_runner_tests \
76- --identity-file $pkey \
77- --timeout-seconds 300 \
78- --packages-directory packages
79-
80- ./fuchsia_ctl -d $device_name test \
81- -f flutter_aot_runner-0.far \
82- -f flutter_runner_scenic_tests-0.far \
83- -t flutter_runner_scenic_tests \
84- --identity-file $pkey \
85- --timeout-seconds 300 \
86- --packages-directory packages
73+ # echo "$(date) START:flutter_runner_tests ----------------------------"
74+ # ./fuchsia_ctl -d $device_name test \
75+ # -f flutter_aot_runner-0.far \
76+ # -f flutter_runner_tests-0.far \
77+ # -t flutter_runner_tests \
78+ # --identity-file $pkey \
79+ # --timeout-seconds 300 \
80+ # --packages-directory packages
81+
82+ # ./fuchsia_ctl -d $device_name test \
83+ # -f flutter_aot_runner-0.far \
84+ # -f flutter_runner_scenic_tests-0.far \
85+ # -t flutter_runner_scenic_tests \
86+ # --identity-file $pkey \
87+ # --timeout-seconds 300 \
88+ # --packages-directory packages
8789
8890# TODO(https://github.com/flutter/flutter/issues/50032) Enable after the
8991# Fuchsia message loop migration is complete.
90- echo " $( date) START:fml_tests ---------------------------------------"
91- ./fuchsia_ctl -d $device_name test \
92- -f fml_tests-0.far \
93- -t fml_tests \
94- -a " --gtest_filter=-MessageLoop*:Message*:FileTest*" \
95- --identity-file $pkey \
96- --timeout-seconds 300 \
97- --packages-directory packages
98-
99- # TODO (kaushikiska): Re-enable flow, shell and runtime tests.
100- # see: https://github.com/flutter/flutter/issues/57061
92+ # echo "$(date) START:fml_tests ---------------------------------------"
93+ # ./fuchsia_ctl -d $device_name test \
94+ # -f fml_tests-0.far \
95+ # -t fml_tests \
96+ # -a "--gtest_filter=-MessageLoop*:Message*:FileTest*" \
97+ # --identity-file $pkey \
98+ # --timeout-seconds 300 \
99+ # --packages-directory packages
100+
101+
101102# echo "$(date) START:flow_tests --------------------------------------"
102103# ./fuchsia_ctl -d $device_name test \
103104# -f flow_tests-0.far \
0 commit comments