Skip to content

Commit 91ed4b2

Browse files
authored
Disable gradle_plugin_light_apk_test. (flutter#80072)
1 parent 8a821ff commit 91ed4b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/prod_builders.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@
880880
"name": "Mac gradle_plugin_light_apk_test",
881881
"repo": "flutter",
882882
"task_name": "mac_gradle_plugin_light_apk_test",
883-
"flaky": false
883+
"flaky": true
884884
},
885885
{
886886
"name": "Mac module_custom_host_app_name_test",

dev/try_builders.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@
690690
"name": "Windows gradle_plugin_light_apk_test",
691691
"repo": "flutter",
692692
"task_name": "win_gradle_plugin_light_apk_test",
693-
"enabled": true,
693+
"enabled": false,
694694
"run_if": ["dev/**", "bin/**"]
695695
},
696696
{

0 commit comments

Comments
 (0)