Unverified Commit f794091e authored by Christopher Fujino's avatar Christopher Fujino Committed by GitHub

don't do a version check when testing (#51507)

parent 0407a318
...@@ -248,6 +248,7 @@ Future<ProcessResult> _runFlutterTest( ...@@ -248,6 +248,7 @@ Future<ProcessResult> _runFlutterTest(
globals.fs.path.absolute(globals.fs.path.join('bin', 'flutter_tools.dart')), globals.fs.path.absolute(globals.fs.path.join('bin', 'flutter_tools.dart')),
'test', 'test',
'--no-color', '--no-color',
'--no-version-check',
...extraArguments, ...extraArguments,
testPath, testPath,
]; ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment