Skip to content

Commit 1c6defc

Browse files
authored
Add verbose logging for customer testing shard (#154356)
1 parent 5e28563 commit 1c6defc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/customer_testing/run_tests.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ Future<bool> run(List<String> arguments) async {
129129
return runTests(
130130
repeat: repeat,
131131
skipOnFetchFailure: skipOnFetchFailure,
132-
verbose: verbose,
132+
// 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,
133135
numberShards: numberShards,
134136
shardIndex: shardIndex,
135137
files: files,

0 commit comments

Comments
 (0)