From 09fce76af129e60a4c56a99aa229ab9ebe7d9711 Mon Sep 17 00:00:00 2001 From: David Worsham Date: Thu, 28 May 2020 17:27:53 -0700 Subject: [PATCH] fuchsia: Disable flaky TimeSensistiveTests https://github.com/flutter/flutter/issues/58211 tracks re-enabling these tests. --- testing/fuchsia/run_tests.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/testing/fuchsia/run_tests.sh b/testing/fuchsia/run_tests.sh index 44c6057da3e8a..e6afefdd18c34 100755 --- a/testing/fuchsia/run_tests.sh +++ b/testing/fuchsia/run_tests.sh @@ -94,13 +94,15 @@ echo "$(date) START:flutter_runner_tests ----------------------------" --packages-directory packages echo "$(date) DONE:flutter_runner_tests ----------------------------" -# TODO(https://github.com/flutter/flutter/issues/??): Re-enable -# FileTest's once they pass on Fuchsia. +# TODO(https://github.com/flutter/flutter/issues/57709): Re-enable FileTest's +# once they pass on Fuchsia. +# TODO(https://github.com/flutter/flutter/issues/58211): Re-enable MessageLoop +# tests once they pass on Fuchsia. echo "$(date) START:fml_tests ---------------------------------------" ./fuchsia_ctl -d $device_name test \ -f fml_tests-0.far \ -t fml_tests \ - -a "--gtest_filter=-FileTest.CanTruncateAndWrite:FileTest.CreateDirectoryStructure" \ + -a "--gtest_filter=-MessageLoop.TimeSensistiveTest_*:FileTest.CanTruncateAndWrite:FileTest.CreateDirectoryStructure" \ --identity-file $pkey \ --timeout-seconds $test_timeout_seconds \ --packages-directory packages