Commit 4f081fd8 authored by Sky Malice's avatar Sky Malice Committed by Commit Bot

Disable WebViewThreadTest#testCookieManagerBeforeCreateWebView

TBR: timvolodine@chromium.org
Bug: 1117683
Change-Id: Ibb9538fc0530dd48effa973af8628565af639b32
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363486Reviewed-by: default avatarSky Malice <skym@chromium.org>
Commit-Queue: Sky Malice <skym@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799356}
parent b9f0b50b
...@@ -22,6 +22,7 @@ import org.junit.Test; ...@@ -22,6 +22,7 @@ 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;
/** /**
...@@ -96,6 +97,7 @@ public class WebViewThreadTest { ...@@ -96,6 +97,7 @@ 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