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

Commit 389a59d

Browse files
authored
fuchsia: Disable flaky TimeSensistiveTests (#18656)
flutter/flutter#58211 tracks re-enabling these tests.
1 parent c5d0129 commit 389a59d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

testing/fuchsia/run_tests.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,15 @@ echo "$(date) START:flutter_runner_tests ----------------------------"
9494
--packages-directory packages
9595
echo "$(date) DONE:flutter_runner_tests ----------------------------"
9696

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.
99101
echo "$(date) START:fml_tests ---------------------------------------"
100102
./fuchsia_ctl -d $device_name test \
101103
-f fml_tests-0.far \
102104
-t fml_tests \
103-
-a "--gtest_filter=-FileTest.CanTruncateAndWrite:FileTest.CreateDirectoryStructure" \
105+
-a "--gtest_filter=-MessageLoop.TimeSensistiveTest_*:FileTest.CanTruncateAndWrite:FileTest.CreateDirectoryStructure" \
104106
--identity-file $pkey \
105107
--timeout-seconds $test_timeout_seconds \
106108
--packages-directory packages

0 commit comments

Comments
 (0)