flutter-intellij
flutter-intellij copied to clipboard
Clean up unit tests
Running tests with 2022.1 causes a number of warnings to be generated. We need to update the test code to stop using deprecated APIs. Also, check that test failures still cause the process to exit with failed status.
Unfortunately, this needs to be deferred. Some of the deprecated methods are being replaced by new APIs that depend on classes not available to current stable and beta channels of Android Studio.
Android Studio is now based on 2021.2, so it is going to be a while before we can do this. I'll just keep moving it to the furthest milestone so we don't forget.
Fixed in #6386