Unverified Commit aedd90fd authored by Yegor's avatar Yegor Committed by GitHub

enable web_long_running_tests shard (#69350)

parent e48446af
......@@ -132,6 +132,12 @@
"task_name": "linux_web_integration_tests",
"flaky": false
},
{
"name": "Linux web_long_running_tests",
"repo": "flutter",
"task_name": "linux_web_long_running_tests",
"flaky": false
},
{
"name":"Linux web_e2e_test",
"repo":"flutter",
......
......@@ -153,6 +153,13 @@
"enabled":true,
"run_if":["dev/", "packages/flutter/", "packages/flutter_test/", "packages/flutter_tools/", "packages/flutter_web_plugins/", "bin/"]
},
{
"name": "Linux web_long_running_tests",
"repo":"flutter",
"task_name":"web_long_running_tests",
"enabled":true,
"run_if":["dev/", "packages/", "bin/"]
},
{
"name":"Linux web_e2e_test",
"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