From 608953bf4f9bdeaa072bb23fe0cb093d690a028d Mon Sep 17 00:00:00 2001 From: Yegor Date: Wed, 24 Nov 2021 18:08:40 -0800 Subject: [PATCH] [web] remove unused --unit-tests-only flag (flutter/engine#29906) --- engine/src/flutter/lib/web_ui/dev/test_runner.dart | 6 ------ 1 file changed, 6 deletions(-) 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: