Manual engine roll to 626244a72c5d53cc6d00c840987f9059faed511a (#62163)
Disabled web_benchmarks_canvaskit in the bot scripts because it was
failing in the Cirrus environment.
diff --git a/bin/internal/engine.version b/bin/internal/engine.version
index d1865c3..3887ab0 100644
--- a/bin/internal/engine.version
+++ b/bin/internal/engine.version
@@ -1 +1 @@
-602c2d81fa166c77920c2b2fdc190a6f2f257985
+626244a72c5d53cc6d00c840987f9059faed511a
diff --git a/dev/bots/test.dart b/dev/bots/test.dart
index 9180a60..68a0929 100644
--- a/dev/bots/test.dart
+++ b/dev/bots/test.dart
@@ -1227,7 +1227,6 @@
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);