diff options
author | boliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-28 16:57:01 +0000 |
---|---|---|
committer | boliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-28 16:57:01 +0000 |
commit | 512d5055ec310ea99d1ffe78c79c63acfbaa2c58 (patch) | |
tree | 5dddcc868f21022fad0f5f212f69d43a81826b1e /android_webview | |
parent | 8c3546fad97431e57d4e8af75254fb971278b902 (diff) | |
download | chromium_src-512d5055ec310ea99d1ffe78c79c63acfbaa2c58.zip chromium_src-512d5055ec310ea99d1ffe78c79c63acfbaa2c58.tar.gz chromium_src-512d5055ec310ea99d1ffe78c79c63acfbaa2c58.tar.bz2 |
Disable ClearHistoryTest#testClearHistory
This test is failing on JB only bots. See bug for details.
TBR=joth@chromium.org
NOTRY=true
BUG=178762
Review URL: https://chromiumcodereview.appspot.com/12379016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185265 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rw-r--r-- | android_webview/javatests/src/org/chromium/android_webview/test/ClearHistoryTest.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/ClearHistoryTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/ClearHistoryTest.java index 3f18c2a..9191751 100644 --- a/android_webview/javatests/src/org/chromium/android_webview/test/ClearHistoryTest.java +++ b/android_webview/javatests/src/org/chromium/android_webview/test/ClearHistoryTest.java @@ -7,6 +7,7 @@ package org.chromium.android_webview.test; import android.test.suitebuilder.annotation.SmallTest; import org.chromium.android_webview.AwContents; +import org.chromium.base.test.util.DisabledTest; import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.UrlUtils; import org.chromium.content.browser.ContentViewCore; @@ -26,8 +27,13 @@ public class ClearHistoryTest extends AndroidWebViewTestBase { } } + /* @SmallTest @Feature({"History", "Main"}) + This test is only failing on JellyBean bots. + See crbug.com/178762. + */ + @DisabledTest public void testClearHistory() throws Throwable { final TestAwContentsClient contentsClient = new TestAwContentsClient(); final AwTestContainerView testContainerView = |