| Index: android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
|
| diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
|
| index 953ff35d151dd4cd36bf2b95bacfbc2061b0ce68..0adc75627823495b7e9aff651559e9bbdc547adb 100644
|
| --- a/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
|
| +++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
|
| @@ -2440,6 +2440,7 @@ public class AwSettingsTest extends AwTestBase {
|
|
|
| @SmallTest
|
| @Feature({"AndroidWebView", "Preferences", "AppCache"})
|
| + @RetryOnFailure
|
| public void testAppCacheWithTwoViews() throws Throwable {
|
| // We don't use the test helper here, because making sure that AppCache
|
| // is disabled takes a lot of time, so running through the usual drill
|
|
|