This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 1 file changed +5
-3
lines changed 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -94,13 +94,15 @@ echo "$(date) START:flutter_runner_tests ----------------------------"
94
94
--packages-directory packages
95
95
echo " $( date) DONE:flutter_runner_tests ----------------------------"
96
96
97
- # TODO(https://github.com/flutter/flutter/issues/??): Re-enable
98
- # FileTest's once they pass on Fuchsia.
97
+ # TODO(https://github.com/flutter/flutter/issues/57709): Re-enable FileTest's
98
+ # once they pass on Fuchsia.
99
+ # TODO(https://github.com/flutter/flutter/issues/58211): Re-enable MessageLoop
100
+ # tests once they pass on Fuchsia.
99
101
echo " $( date) START:fml_tests ---------------------------------------"
100
102
./fuchsia_ctl -d $device_name test \
101
103
-f fml_tests-0.far \
102
104
-t fml_tests \
103
- -a " --gtest_filter=-FileTest.CanTruncateAndWrite:FileTest.CreateDirectoryStructure" \
105
+ -a " --gtest_filter=-MessageLoop.TimeSensistiveTest_*: FileTest.CanTruncateAndWrite:FileTest.CreateDirectoryStructure" \
104
106
--identity-file $pkey \
105
107
--timeout-seconds $test_timeout_seconds \
106
108
--packages-directory packages
You can’t perform that action at this time.
0 commit comments