Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a6baef1

Browse files
authored
Disable flow tests on Fuchsia (#18323)
1 parent 6689481 commit a6baef1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

testing/fuchsia/run_tests.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)