Unverified Commit e64fe115 authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Manual engine roll to 626244a72c5d53cc6d00c840987f9059faed511a (#62163)

Disabled web_benchmarks_canvaskit in the bot scripts because it was
failing in the Cirrus environment.
parent ba6d15c0
602c2d81fa166c77920c2b2fdc190a6f2f257985
626244a72c5d53cc6d00c840987f9059faed511a
......@@ -1227,7 +1227,6 @@ Future<void> _runHostOnlyDeviceLabTests() async {
if (Platform.isMacOS) () => _runDevicelabTest('plugin_lint_mac'),
() => _runDevicelabTest('plugin_test', environment: gradleEnvironment),
if (Platform.isLinux) () => _runDevicelabTest('web_benchmarks_html', environment: kChromeVariables),
if (Platform.isLinux) () => _runDevicelabTest('web_benchmarks_canvaskit', environment: kChromeVariables),
]..shuffle(math.Random(0));
await _selectIndexedSubshard(tests, kDeviceLabShardCount);
......
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