Manual engine roll to 626244a72c5d53cc6d00c840987f9059faed511a (#62163)

Disabled web_benchmarks_canvaskit in the bot scripts because it was
failing in the Cirrus environment.
This commit is contained in:
Jason Simmons 2020-07-23 18:11:17 -07:00 committed by GitHub
parent ba6d15c0c1
commit e64fe11542
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -1 +1 @@
602c2d81fa166c77920c2b2fdc190a6f2f257985
626244a72c5d53cc6d00c840987f9059faed511a

View file

@ -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);