| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index 0a32721152a041d7025b4a00f8da1369259a5b8b..f8c4d0c8552ea6516639fe921917dbc0ab224ec4 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -1344,13 +1344,6 @@ bool shouldRetryCommand(CommandOutput output) {
|
| }
|
| }
|
|
|
| - // We currently rerun dartium tests, see issue 14074.
|
| - if (command is BrowserTestCommand &&
|
| - command.retry &&
|
| - command.browser == Runtime.dartium) {
|
| - return true;
|
| - }
|
| -
|
| // As long as we use a legacy version of our custom content_shell (which
|
| // became quite flaky after chrome-50 roll) we'll re-run tests on it.
|
| // The plan is to use chrome's content_shell instead of our own.
|
|
|