Commit a4b6352b authored by pkasting@chromium.org's avatar pkasting@chromium.org

Disable a flaky test.

BUG=395817
TEST=none
TBR=joth

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284518 0039d316-1c4b-4281-b951-d872f2087c98
parent 0eb35fce
...@@ -788,8 +788,10 @@ public class AwContentsClientShouldOverrideUrlLoadingTest extends AwTestBase { ...@@ -788,8 +788,10 @@ public class AwContentsClientShouldOverrideUrlLoadingTest extends AwTestBase {
doTestCalledOnRedirect(mWebServer, redirectUrl, redirectTargetUrl); doTestCalledOnRedirect(mWebServer, redirectUrl, redirectTargetUrl);
} }
@SmallTest // @SmallTest
@Feature({"AndroidWebView", "Navigation"}) // @Feature({"AndroidWebView", "Navigation"})
// http://crbug.com/395817
@DisabledTest
public void testDoubleNavigateDoesNotSuppressInitialNavigate() throws Throwable { public void testDoubleNavigateDoesNotSuppressInitialNavigate() throws Throwable {
final String jsUrl = "javascript:try{console.log('processed js loadUrl');}catch(e){};"; final String jsUrl = "javascript:try{console.log('processed js loadUrl');}catch(e){};";
final TestAwContentsClient contentsClient = new TestAwContentsClient(); final TestAwContentsClient contentsClient = new TestAwContentsClient();
......
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