[web] remove unused --unit-tests-only flag (flutter/engine#29906)

This commit is contained in:
Yegor 2021-11-24 18:08:40 -08:00 committed by GitHub
parent 3a02032e7d
commit 608953bf4f

View File

@ -33,12 +33,6 @@ class TestCommand extends Command<bool> with ArgUtils<bool> {
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: