Commit 47ef1733 authored by sky@chromium.org's avatar sky@chromium.org

Revert 284518 "Disable a flaky test."

This broke compile on android:
http://build.chromium.org/p/chromium/builders/Android/builds/26268/steps/compile/logs/stdio

../android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldOverrideUrlLoadingTest.java:794:
cannot find symbol
symbol  : class DisabledTest
location: class
org.chromium.android_webview.test.AwContentsClientShouldOverrideUrlLoadingTest
    @DisabledTest
     ^
1 error

> Disable a flaky test.
> 
> BUG=395817
> TEST=none
> TBR=joth
> 
> Review URL: https://codereview.chromium.org/408043002

TBR=pkasting@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284530 0039d316-1c4b-4281-b951-d872f2087c98
parent a7a38b3f
...@@ -788,10 +788,8 @@ public class AwContentsClientShouldOverrideUrlLoadingTest extends AwTestBase { ...@@ -788,10 +788,8 @@ 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