Commit f5a27759 authored by boliu@chromium.org's avatar boliu@chromium.org

Disable AwContentsClientOnScaleChangedTest#testScaleUp

BUG=175854
TBR=benm@chromium.org
NOTRY=true


Review URL: https://chromiumcodereview.appspot.com/12211141

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182052 0039d316-1c4b-4281-b951-d872f2087c98
parent 35d0e116
......@@ -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.content.browser.ContentViewCore;
import org.chromium.content.browser.test.util.CallbackHelper;
import org.chromium.android_webview.test.util.CommonResources;
......@@ -54,7 +55,11 @@ public class AwContentsClientOnScaleChangedTest extends AndroidWebViewTestBase {
super.tearDown();
}
/*
@SmallTest
This test is timing out on ICS bots including cq. See crbug.com/175854.
*/
@DisabledTest
public void testScaleUp() throws Throwable {
getContentSettingsOnUiThread(mAwContents).setUseWideViewPort(true);
loadDataSync(mAwContents, mContentsClient.getOnPageFinishedHelper(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment