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 ccd188f5f055181b373b695b5c4d4a32383464c3..ee7b2a91cbae86c1942a14c3934b84ef040959d4 100644 |
--- a/scripts/slave/recipe_modules/chromium_android/example.py |
+++ b/scripts/slave/recipe_modules/chromium_android/example.py |
@@ -181,7 +181,7 @@ def RunSteps(api, buildername): |
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', |
+ isolate_file_path='android_webview/android_webview_test_data.isolate', |
flakiness_dashboard='test-results.appspot.com', |
annotation='SmallTest', |
except_annotation='FlakyTest', |