Add verbose logging for customer testing shard (#154356)

This commit is contained in:
Kate Lovett 2024-08-29 13:27:54 -05:00 committed by GitHub
parent 5e285635a8
commit 1c6defcbff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,7 +129,9 @@ Future<bool> run(List<String> arguments) async {
return runTests( return runTests(
repeat: repeat, repeat: repeat,
skipOnFetchFailure: skipOnFetchFailure, skipOnFetchFailure: skipOnFetchFailure,
verbose: verbose, // TODO(Piinks): Restore after resolving https://github.com/flutter/flutter/issues/154251
// Needed to see time stamps of individual test runs and identify long running test.
verbose: true,
numberShards: numberShards, numberShards: numberShards,
shardIndex: shardIndex, shardIndex: shardIndex,
files: files, files: files,