Disable gradle_plugin_light_apk_test. (#80072)

This commit is contained in:
godofredoc 2021-04-08 13:06:21 -07:00 committed by GitHub
parent 8a821ff0b5
commit 91ed4b2082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -880,7 +880,7 @@
"name": "Mac gradle_plugin_light_apk_test",
"repo": "flutter",
"task_name": "mac_gradle_plugin_light_apk_test",
"flaky": false
"flaky": true
},
{
"name": "Mac module_custom_host_app_name_test",

View File

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