From a0010512df4c192a1a4541ca5103b0718b932f81 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Tue, 10 Mar 2020 18:48:23 -0700 Subject: [PATCH] Disable Embedder11yTest::A11yTreeIsConsistent to unblock LUCI. (#17081) 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 e00cd4b5e..0f27ea7ac 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; -- GitLab