Disables the testOnPageFinishedCalledAfterError test (it appears to be flaky).

BUG=386300
TBR=mnaganov@chromium.org

Review URL: https://codereview.chromium.org/342713003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278284 0039d316-1c4b-4281-b951-d872f2087c98
parent b7b15172
......@@ -9,6 +9,7 @@ import android.test.suitebuilder.annotation.MediumTest;
import org.chromium.android_webview.AwContents;
import org.chromium.android_webview.test.util.CommonResources;
import org.chromium.android_webview.test.util.JSUtils;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.content.browser.test.util.TestCallbackHelperContainer;
import org.chromium.net.test.util.TestWebServer;
......@@ -48,8 +49,13 @@ public class ClientOnPageFinishedTest extends AwTestBase {
assertEquals("data:text/html," + html, onPageFinishedHelper.getUrl());
}
@MediumTest
@Feature({"AndroidWebView"})
/**
* @MediumTest
* @Feature({"AndroidWebView"})
*
* http://crbug.com/386300
*/
@DisabledTest
public void testOnPageFinishedCalledAfterError() throws Throwable {
class LocalTestClient extends TestAwContentsClient {
private boolean isOnReceivedErrorCalled = false;
......
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