Unverified Commit 91ed4b20 authored by godofredoc's avatar godofredoc Committed by GitHub

Disable gradle_plugin_light_apk_test. (#80072)

parent 8a821ff0
...@@ -880,7 +880,7 @@ ...@@ -880,7 +880,7 @@
"name": "Mac gradle_plugin_light_apk_test", "name": "Mac gradle_plugin_light_apk_test",
"repo": "flutter", "repo": "flutter",
"task_name": "mac_gradle_plugin_light_apk_test", "task_name": "mac_gradle_plugin_light_apk_test",
"flaky": false "flaky": true
}, },
{ {
"name": "Mac module_custom_host_app_name_test", "name": "Mac module_custom_host_app_name_test",
......
...@@ -690,7 +690,7 @@ ...@@ -690,7 +690,7 @@
"name": "Windows gradle_plugin_light_apk_test", "name": "Windows gradle_plugin_light_apk_test",
"repo": "flutter", "repo": "flutter",
"task_name": "win_gradle_plugin_light_apk_test", "task_name": "win_gradle_plugin_light_apk_test",
"enabled": true, "enabled": false,
"run_if": ["dev/**", "bin/**"] "run_if": ["dev/**", "bin/**"]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment