mirror of
https://github.com/flutter/packages.git
synced 2025-06-29 06:06:59 +08:00
[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:
@ -36,6 +36,7 @@ android {
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
multiDexEnabled true
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user