summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
authorboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-25 22:47:32 +0000
committerboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-25 22:47:32 +0000
commitc5ba55fceb2282fa3cc0f94f40b5b62245bbbde5 (patch)
tree708351b4b246bb376d88981cb2e5e2e1004c3af0 /android_webview
parent9dd40c83ae92697e834c726b4eb0754ac04217a0 (diff)
downloadchromium_src-c5ba55fceb2282fa3cc0f94f40b5b62245bbbde5.zip
chromium_src-c5ba55fceb2282fa3cc0f94f40b5b62245bbbde5.tar.gz
chromium_src-c5ba55fceb2282fa3cc0f94f40b5b62245bbbde5.tar.bz2
Disable flaky test AwSettingsTest#testAppCacheWithTwoViews
This has failed a few times on the cq, so disabling. BUG=171765 TBR=mnaganov@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12047127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178929 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rw-r--r--android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java9
1 files changed, 7 insertions, 2 deletions
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 7e08b28..f57bed5 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
@@ -16,6 +16,7 @@ import org.chromium.android_webview.AwContents;
import org.chromium.android_webview.AwSettings;
import org.chromium.android_webview.test.util.CommonResources;
import org.chromium.android_webview.test.util.ImagePageGenerator;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.TestFileUtil;
import org.chromium.base.test.util.UrlUtils;
@@ -2010,8 +2011,12 @@ public class AwSettingsTest extends AndroidWebViewTestBase {
}
}
- @SmallTest
- @Feature({"AndroidWebView", "Preferences", "AppCache"})
+ /*
+ * @SmallTest
+ * @Feature({"AndroidWebView", "Preferences", "AppCache"})
+ * This test is flaky but the root cause is not found yet. See crbug.com/171765.
+ */
+ @DisabledTest
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