From 105b052da73d119b1fb6d1728f7dbde8b0c7a02a Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Tue, 10 Mar 2020 17:30:53 -0700 Subject: [PATCH] Disable Embedder11yTest::A11yTreeIsConsistent to unblock LUCI. See https://github.com/flutter/flutter/issues/52372 --- shell/platform/embedder/tests/embedder_a11y_unittests.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/platform/embedder/tests/embedder_a11y_unittests.cc b/shell/platform/embedder/tests/embedder_a11y_unittests.cc index e00cd4b5ea70b..0f27ea7ac64d0 100644 --- a/shell/platform/embedder/tests/embedder_a11y_unittests.cc +++ b/shell/platform/embedder/tests/embedder_a11y_unittests.cc @@ -21,7 +21,8 @@ namespace testing { using Embedder11yTest = testing::EmbedderTest; -TEST_F(Embedder11yTest, A11yTreeIsConsistent) { +// TODO(52372): De-flake and re-enable. +TEST_F(Embedder11yTest, DISABLED_A11yTreeIsConsistent) { auto& context = GetEmbedderContext(); fml::AutoResetWaitableEvent latch;