Skip to content

Commit

Permalink
Remove TODO on embedder a11y unit tests
Browse files Browse the repository at this point in the history
Removes a TODO implying that the embedder accessibility unittests were
disabled due to flakiness.

The tests were originally disabled in
flutter#9482.

The issue tracking re-enabling the tests was
flutter/flutter#35218.

This issue was resolved, and the tests re-enabled, in
flutter#9585.
  • Loading branch information
cbracken committed Oct 25, 2019
1 parent 77f5ba6 commit 60d8aa0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shell/platform/embedder/tests/embedder_a11y_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ namespace testing {

using Embedder11yTest = testing::EmbedderTest;

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

Expand Down

0 comments on commit 60d8aa0

Please sign in to comment.