diff --git a/engine/src/flutter/lib/web_ui/dev/test_runner.dart b/engine/src/flutter/lib/web_ui/dev/test_runner.dart index a92e79f81bb..9868b88e488 100644 --- a/engine/src/flutter/lib/web_ui/dev/test_runner.dart +++ b/engine/src/flutter/lib/web_ui/dev/test_runner.dart @@ -33,12 +33,6 @@ class TestCommand extends Command with ArgUtils { help: 'Run in watch mode so the tests re-run whenever a change is ' 'made.', ) - ..addFlag( - 'unit-tests-only', - defaultsTo: false, - help: 'felt test command runs the unit tests and the integration tests ' - 'at the same time. If this flag is set, only run the unit tests.', - ) ..addFlag('use-system-flutter', defaultsTo: false, help: