We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e28563 commit 1c6defcCopy full SHA for 1c6defc
dev/customer_testing/run_tests.dart
@@ -129,7 +129,9 @@ Future<bool> run(List<String> arguments) async {
129
return runTests(
130
repeat: repeat,
131
skipOnFetchFailure: skipOnFetchFailure,
132
- verbose: verbose,
+ // TODO(Piinks): Restore after resolving https://github.com/flutter/flutter/issues/154251
133
+ // Needed to see time stamps of individual test runs and identify long running test.
134
+ verbose: true,
135
numberShards: numberShards,
136
shardIndex: shardIndex,
137
files: files,
0 commit comments