| Index: scripts/slave/recipe_modules/chromium_android/example.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_android/example.py b/scripts/slave/recipe_modules/chromium_android/example.py
|
| index 8d5d08468e1da3288618a66cd22576a1055fb2cb..c1bfcc84396ccf9d8f53de01952fd5061e65742d 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/example.py
|
| +++ b/scripts/slave/recipe_modules/chromium_android/example.py
|
| @@ -177,15 +177,11 @@ def RunSteps(api, buildername):
|
| failure = f
|
|
|
| api.chromium_android.run_instrumentation_suite(
|
| - name='AndroidWebViewTest',
|
| - apk_under_test=api.chromium_android.apk_path('AndroidWebView.apk'),
|
| - test_apk=api.chromium_android.apk_path('AndroidWebViewTest.apk'),
|
| - isolate_file_path='android_webview/android_webview_test_apk.isolate',
|
| + name='android_webview_test_apk',
|
| flakiness_dashboard='test-results.appspot.com',
|
| annotation='SmallTest',
|
| except_annotation='FlakyTest',
|
| screenshot=True,
|
| - official_build=True,
|
| host_driven_root=api.path['checkout'].join('chrome', 'test'),
|
| timeout_scale=config.get('timeout_scale'),
|
| strict_mode=config.get('strict_mode'),
|
|
|