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

This commit is contained in:
Christopher Fujino 2020-02-26 15:36:02 -08:00 committed by GitHub
parent 0407a318c6
commit f794091e1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -248,6 +248,7 @@ Future<ProcessResult> _runFlutterTest(
globals.fs.path.absolute(globals.fs.path.join('bin', 'flutter_tools.dart')),
'test',
'--no-color',
'--no-version-check',
...extraArguments,
testPath,
];