Commit 08563bc3 authored by Sky Malice's avatar Sky Malice Committed by Commit Bot

Revert "Disable WebViewThreadTest#testCookieManagerBeforeCreateWebView"

This reverts commit 4f081fd8.

Reason for revert: Reverted culprit CL, shouldn't have disabled this test.

Original change's description:
> Disable WebViewThreadTest#testCookieManagerBeforeCreateWebView
> 
> TBR: timvolodine@chromium.org
> Bug: 1117683
> Change-Id: Ibb9538fc0530dd48effa973af8628565af639b32
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363486
> Reviewed-by: Sky Malice <skym@chromium.org>
> Commit-Queue: Sky Malice <skym@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#799356}

TBR=timvolodine@chromium.org,skym@chromium.org

Change-Id: I9a70de742d31933e21e49f2e8fc49a5a61641466
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1117683
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362971Reviewed-by: default avatarSky Malice <skym@chromium.org>
Commit-Queue: Sky Malice <skym@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799517}
parent 3fc155bb
...@@ -22,7 +22,6 @@ import org.junit.Test; ...@@ -22,7 +22,6 @@ import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.chromium.base.test.BaseJUnit4ClassRunner; import org.chromium.base.test.BaseJUnit4ClassRunner;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.webview_shell.WebViewThreadTestActivity; import org.chromium.webview_shell.WebViewThreadTestActivity;
/** /**
...@@ -97,7 +96,6 @@ public class WebViewThreadTest { ...@@ -97,7 +96,6 @@ public class WebViewThreadTest {
*/ */
@Test @Test
@SmallTest @SmallTest
@DisabledTest(message = "https://crubg.com/1117683")
public void testCookieManagerBeforeCreateWebView() throws InterruptedException { public void testCookieManagerBeforeCreateWebView() throws InterruptedException {
CookieManager.getInstance(); CookieManager.getInstance();
mActivity.createWebViewOnUiThread(TIMEOUT); mActivity.createWebViewOnUiThread(TIMEOUT);
......
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