File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,8 @@ Future<void> main(List<String> args) async {
140
140
'framework_coverage' : _runFrameworkCoverage,
141
141
'framework_tests' : _runFrameworkTests,
142
142
'tool_tests' : _runToolTests,
143
- 'web_tool_tests' : _runToolTests,
143
+ // web_tool_tests is also used by HHH: https://dart.googlesource.com/recipes/+/refs/heads/master/recipes/dart/flutter_engine.py
144
+ 'web_tool_tests' : _runWebToolTests,
144
145
'tool_integration_tests' : _runIntegrationToolTests,
145
146
// All the unit/widget tests run using `flutter test --platform=chrome`
146
147
'web_tests' : _runWebUnitTests,
@@ -355,7 +356,6 @@ Future<void> _runToolTests() async {
355
356
await selectSubshard (< String , ShardRunner > {
356
357
'general' : _runGeneralToolTests,
357
358
'commands' : _runCommandsToolTests,
358
- 'web' : _runWebToolTests,
359
359
});
360
360
}
361
361
You can’t perform that action at this time.
0 commit comments