Skip to content

Commit

Permalink
[infra] Undo accidental change in test runner
Browse files Browse the repository at this point in the history
R=whesse@google.com

Change-Id: If496048ce4f4d9d16ea6f0f976958199b6e605c9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/357020
Commit-Queue: Slava Egorov <vegorov@google.com>
Reviewed-by: William Hesse <whesse@google.com>
  • Loading branch information
mraleph authored and Commit Queue committed Mar 12, 2024
1 parent f15dd69 commit f694d3e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/test_runner/lib/src/options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -637,11 +637,6 @@ has been specified on the command line.''')
var progress = Progress.find(data["progress"] as String);
var nnbdMode = NnbdMode.find(data["nnbd"] as String);

// TODO: deflaking should report logs.
if (data['repeat'] == 5) {
progress = Progress.verbose;
}

void addConfiguration(Configuration innerConfiguration,
[String? namedConfiguration]) {
var configuration = TestConfiguration(
Expand Down

0 comments on commit f694d3e

Please sign in to comment.