Unverified Commit 71e99d29 authored by godofredoc's avatar godofredoc Committed by GitHub

Disable win_gradle_plugin_light_apk_test. (#80083)

* Disable win_gradle_plugin_light_apk_test.

Bug: https://github.com/flutter/flutter/issues/80056

* Enable the mac version.
parent 91ed4b20
......@@ -880,7 +880,7 @@
"name": "Mac gradle_plugin_light_apk_test",
"repo": "flutter",
"task_name": "mac_gradle_plugin_light_apk_test",
"flaky": true
"flaky": false
},
{
"name": "Mac module_custom_host_app_name_test",
......@@ -1240,7 +1240,7 @@
"name": "Windows gradle_plugin_light_apk_test",
"repo": "flutter",
"task_name": "win_gradle_plugin_light_apk_test",
"flaky": false
"flaky": true
},
{
"name": "Windows gradle_non_android_plugin_test",
......
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