Enable win_gradle_plugin_light_apk_test and mark unflaky (#82761)

This commit is contained in:
Jenn Magder 2021-05-18 13:04:02 -07:00 committed by GitHub
parent a146217d1c
commit 432a1e1ff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1252,7 +1252,7 @@
"name": "Windows gradle_plugin_light_apk_test",
"repo": "flutter",
"task_name": "win_gradle_plugin_light_apk_test",
"flaky": true
"flaky": false
},
{
"name": "Windows gradle_plugin_bundle_test",

View File

@ -658,7 +658,7 @@
"name": "Windows gradle_plugin_light_apk_test",
"repo": "flutter",
"task_name": "win_gradle_plugin_light_apk_test",
"enabled": false,
"enabled": true,
"run_if": ["dev/**", "bin/**"]
},
{