[ci] Exclude maps unit tests on Windows (#4152)

Now that `google_maps_flutter` supports web, add it to the list of tests
that don't currently run correctly on a Windows CI host.

Also enables multidex in `local_auth` to fix an OOB failure from the
recent publishing of local_auth_android.
This commit is contained in:
stuartmorgan
2023-06-06 19:28:09 -04:00
committed by GitHub
parent da72219048
commit a84b2c2ac3
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ android {
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
buildTypes {

View File

@ -15,6 +15,7 @@
- camera_web
- file_selector
- file_selector_web
- google_maps_flutter
- google_maps_flutter_web
- google_sign_in
- google_sign_in_web