From 71e99d2951eea31ee90fb4cb55d22c699f0c7d95 Mon Sep 17 00:00:00 2001 From: godofredoc <54371434+godofredoc@users.noreply.github.com> Date: Thu, 8 Apr 2021 14:34:57 -0700 Subject: [PATCH] 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. --- dev/prod_builders.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/prod_builders.json b/dev/prod_builders.json index ae240119d7..168299ebdc 100644 --- a/dev/prod_builders.json +++ b/dev/prod_builders.json @@ -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",