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 16ef79febebe74a9ee530a7c62b50977ac6c1b4f..2a67f619e6b07592e45dcd54b3934ce9540efdac 100644 |
--- a/build/android/pylib/results/report_results.py |
+++ b/build/android/pylib/results/report_results.py |
@@ -47,8 +47,8 @@ def _LogToFlakinessDashboard(results, test_type, test_package, |
assert test_package in ['ContentShellTest', |
'ChromePublicTest', |
'ChromeSyncShellTest', |
- 'AndroidWebViewTest', |
- 'SystemWebViewShellLayoutTest'] |
+ 'SystemWebViewShellLayoutTest', |
+ 'WebViewInstrumentationTest'] |
dashboard_test_type = ('%s_instrumentation_tests' % |
test_package.lower().rstrip('test')) |
# Downstream server. |