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

Commit a001051

Browse files
authored
Disable Embedder11yTest::A11yTreeIsConsistent to unblock LUCI. (#17081)
See flutter/flutter#52372
1 parent 7c2d975 commit a001051

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shell/platform/embedder/tests/embedder_a11y_unittests.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ namespace testing {
2121

2222
using Embedder11yTest = testing::EmbedderTest;
2323

24-
TEST_F(Embedder11yTest, A11yTreeIsConsistent) {
24+
// TODO(52372): De-flake and re-enable.
25+
TEST_F(Embedder11yTest, DISABLED_A11yTreeIsConsistent) {
2526
auto& context = GetEmbedderContext();
2627

2728
fml::AutoResetWaitableEvent latch;

0 commit comments

Comments
 (0)