Unverified Commit 6ce36198 authored by Yegor's avatar Yegor Committed by GitHub

disable web_long_running_tests due to flakiness (#69430)

parent c83dd3cc
......@@ -136,7 +136,7 @@
"name": "Linux web_long_running_tests",
"repo": "flutter",
"task_name": "linux_web_long_running_tests",
"flaky": false
"flaky": true
},
{
"name":"Linux web_e2e_test",
......
......@@ -157,7 +157,7 @@
"name": "Linux web_long_running_tests",
"repo":"flutter",
"task_name":"web_long_running_tests",
"enabled":true,
"enabled":false,
"run_if":["dev/", "packages/", "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