From 158eacd843a4a8021e664763d172a5cac00fbce1 Mon Sep 17 00:00:00 2001 From: David Worsham Date: Fri, 21 Aug 2020 12:26:15 -0700 Subject: [PATCH] fuchsia: Disable flaky test (#20697) --- testing/fuchsia/run_tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testing/fuchsia/run_tests.sh b/testing/fuchsia/run_tests.sh index 61c2de7b8dd27..55a466c0eedc8 100755 --- a/testing/fuchsia/run_tests.sh +++ b/testing/fuchsia/run_tests.sh @@ -142,10 +142,13 @@ echo "$(date) START:ui_tests ----------------------------------------" --packages-directory packages echo "$(date) DONE:ui_tests -----------------------------------------" +# TODO(https://github.com/flutter/flutter/issues/64343): Re-enable this when it +# stops flaking. echo "$(date) START:shell_tests -------------------------------------" ./fuchsia_ctl -d $device_name test \ -f shell_tests-0.far \ -t shell_tests \ + -a "--gtest_filter=-ShellTest.InitializeWithDifferentThreads" \ --identity-file $pkey \ --timeout-seconds $test_timeout_seconds \ --packages-directory packages