Unverified Commit cbbf4d4b authored by Alexander Aprelev's avatar Alexander Aprelev Committed by GitHub

Run test coverage in dart1 mode. (#15635)

Running test coverage in dart2 mode runs over allocated timeslot on bots.
parent 2cbe01df
......@@ -218,7 +218,7 @@ Future<Null> _runCoverage() async {
}
coverageFile.deleteSync();
await _runFlutterTest(path.join(flutterRoot, 'packages', 'flutter'),
options: const <String>['--coverage'],
options: const <String>['--coverage', '--no-preview-dart-2'],
);
if (!coverageFile.existsSync()) {
print('${red}Coverage file not found.$reset');
......
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