mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Chrome's implementation of UI Automation support was only partially-complete at the time we forked //third_party/accessibility. We don't use UIA in Flutter, but rely instead entirely on the MSAA accessiblity implementation. Disabling these tests for now, rather than deleting, since we'll need to make a decision on whetheer to port the updates from the Chromium tree, or write our own simpler UIA implementation. Issue: https://github.com/flutter/flutter/issues/98427 Related issue: https://github.com/flutter/flutter/issues/94782