| Index: build/android/pylib/results/report_results.py
|
| diff --git a/build/android/pylib/results/report_results.py b/build/android/pylib/results/report_results.py
|
| index 4fc6aa0b5cf959bf8e680241f80d563528487066..371ab9618a60ecc50721df48f9f243b6df606094 100644
|
| --- a/build/android/pylib/results/report_results.py
|
| +++ b/build/android/pylib/results/report_results.py
|
| @@ -44,7 +44,6 @@ def _LogToFlakinessDashboard(results, test_type, test_package,
|
| if flakiness_server == constants.UPSTREAM_FLAKINESS_SERVER:
|
| assert test_package in ['ContentShellTest',
|
| 'ChromePublicTest',
|
| - 'ChromeShellTest',
|
| 'ChromeSyncShellTest',
|
| 'AndroidWebViewTest']
|
| dashboard_test_type = ('%s_instrumentation_tests' %
|
|
|