Unverified Commit 432a1e1f authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Enable win_gradle_plugin_light_apk_test and mark unflaky (#82761)

parent a146217d
...@@ -1252,7 +1252,7 @@ ...@@ -1252,7 +1252,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",
"flaky": true "flaky": false
}, },
{ {
"name": "Windows gradle_plugin_bundle_test", "name": "Windows gradle_plugin_bundle_test",
......
...@@ -658,7 +658,7 @@ ...@@ -658,7 +658,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": false, "enabled": true,
"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