mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This enables accessibility unittests on Windows as part of our CI testing. It also corrects two unit tests which were fixed by https://github.com/flutter/engine/pull/29773, which fixed https://github.com/flutter/flutter/issues/78460. Finally it disables an AXFragmentRoot test that times out. We don't use AXFragmentRoot in Flutter as it's only used with UI Automation APIs, which Flutter does not use (we use MSAA). Issue: https://github.com/flutter/flutter/issues/98225