Commit d784a237 authored by Ryan Macnak's avatar Ryan Macnak Committed by GitHub

Revert "Run coverage tests verbosely to help diagnose timeouts. (#8198)" (#8204)

This reverts commit fac9efba.

The timeout was fixed by 6795c4ab.
parent 54f79e5a
......@@ -56,10 +56,8 @@ Future<Null> main() async {
);
List<String> coverageFlags = <String>[];
if (Platform.environment['TRAVIS'] != null && Platform.environment['TRAVIS_PULL_REQUEST'] == 'false') {
if (Platform.environment['TRAVIS'] != null && Platform.environment['TRAVIS_PULL_REQUEST'] == 'false')
coverageFlags.add('--coverage');
coverageFlags.add('-v');
}
// Run tests.
await _runFlutterTest(p.join(flutterRoot, 'packages', 'flutter'),
......
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