Skip to content

Commit a84b2c2

Browse files
[ci] Exclude maps unit tests on Windows (flutter#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.
1 parent da72219 commit a84b2c2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/local_auth/local_auth/example/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ android {
3636
versionCode flutterVersionCode.toInteger()
3737
versionName flutterVersionName
3838
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
39+
multiDexEnabled true
3940
}
4041

4142
buildTypes {

script/configs/windows_unit_tests_exceptions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- camera_web
1616
- file_selector
1717
- file_selector_web
18+
- google_maps_flutter
1819
- google_maps_flutter_web
1920
- google_sign_in
2021
- google_sign_in_web

0 commit comments

Comments
 (0)