Unverified Commit 109e0bb9 authored by Emmanuel Garcia's avatar Emmanuel Garcia Committed by GitHub

Enable dart_plugin_registry_test (#76645)

parent 9c6a8ab1
...@@ -780,6 +780,12 @@ ...@@ -780,6 +780,12 @@
"task_name": "mac_plugin_test", "task_name": "mac_plugin_test",
"flaky": false "flaky": false
}, },
{
"name": "Mac dart_plugin_registry_test",
"repo": "flutter",
"task_name": "dart_plugin_registry_test",
"flaky": false
},
{ {
"name": "Mac tool_tests", "name": "Mac tool_tests",
"repo": "flutter", "repo": "flutter",
......
...@@ -352,6 +352,13 @@ ...@@ -352,6 +352,13 @@
"enabled": true, "enabled": true,
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{
"name": "Mac dart_plugin_registry_test",
"repo": "flutter",
"task_name": "dart_plugin_registry_test",
"enabled": true,
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
},
{ {
"name": "Mac tool_tests", "name": "Mac tool_tests",
"repo": "flutter", "repo": "flutter",
......
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