You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Android][webview_flutter] Run integration tests on emulators running Android 34 (flutter#6499)
Changes webview_flutter , webview_flutter_android tests to run on emulators running SDK 34 for Android. I also
1. Changed all `unawaited` calls in non-legacy tests to `await`. I believe several of the setup steps need to be completed before running checks based on testing, so this should leave the tests safer overall.
2. Changing the integration test directory structures look like what is described in [the integration_test packages instructions](https://github.com/flutter/flutter/blob/master/packages/integration_test/README.md#package-structure). Without changing the package to this structure, CI seemed to run the tests in parallel. I am still trying to figure out why this is but no longer want to block this PR.
Also removes shards for testing packages against Android 33 since no packages are running on emulators running Android 33 anymore.
Fixesflutter#140001. Fixesflutter#137083.
0 commit comments