diff --git a/dev/customer_testing/run_tests.dart b/dev/customer_testing/run_tests.dart index 276402b2ef..95eda2d629 100644 --- a/dev/customer_testing/run_tests.dart +++ b/dev/customer_testing/run_tests.dart @@ -129,7 +129,9 @@ Future run(List arguments) async { return runTests( repeat: repeat, 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, shardIndex: shardIndex, files: files,