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

Commit 29b1725

Browse files
authored
Remove TODO on embedder a11y unit tests (#13346)
Removes a TODO implying that the embedder accessibility unittests were disabled due to flakiness. The tests were originally disabled in #9482. The issue tracking re-enabling the tests was flutter/flutter#35218. This issue was resolved, and the tests re-enabled, in #9585.
1 parent 17bc1c0 commit 29b1725

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

shell/platform/embedder/tests/embedder_a11y_unittests.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ namespace testing {
2121

2222
using Embedder11yTest = testing::EmbedderTest;
2323

24-
// TODO: This test has been disabled as it is flaky (more reproducible in
25-
// profile more). Multiple calls to a11y changed handler in Dart code is
26-
// suspected. https://github.com/flutter/flutter/issues/35218
2724
TEST_F(Embedder11yTest, A11yTreeIsConsistent) {
2825
auto& context = GetEmbedderContext();
2926

0 commit comments

Comments
 (0)