mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
In order to enable all the currently-passing Windows UWP unit tests and prevent any regressions, I've disabled currently-failing tests so we can enable the passing unit tests as part of presubmit. Most of the failures fall into one of the following categories: * threading issues (accessing an object from the wrong thread) * filesystem sandboxing issues (trying to access a path outside the sandbox) * network issues (trying to connect to sandboxed vm service)