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 4c9518e5adcdc61bd79758cc394e21ce76c4d6d2..4fc6aa0b5cf959bf8e680241f80d563528487066 100644 |
--- a/build/android/pylib/results/report_results.py |
+++ b/build/android/pylib/results/report_results.py |
@@ -43,7 +43,9 @@ def _LogToFlakinessDashboard(results, test_type, test_package, |
if test_type == 'Instrumentation': |
if flakiness_server == constants.UPSTREAM_FLAKINESS_SERVER: |
assert test_package in ['ContentShellTest', |
+ 'ChromePublicTest', |
'ChromeShellTest', |
+ 'ChromeSyncShellTest', |
'AndroidWebViewTest'] |
dashboard_test_type = ('%s_instrumentation_tests' % |
test_package.lower().rstrip('test')) |