Commit 65a6d971 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

[sheriff] Disable ChromeBrowserInitializerTest#testSynchronousInitialization

TBR=jianli@chromium.org
NOTRY=true

Bug: 1131373
Change-Id: I2260778f2cdcee94665c33ec12cb8971d333c204
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441111
Commit-Queue: Xida Chen <xidachen@chromium.org>
Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Reviewed-by: default avatarJian Li <jianli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#812165}
parent 0f5cf8db
...@@ -11,6 +11,7 @@ import org.junit.Before; ...@@ -11,6 +11,7 @@ import org.junit.Before;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.chrome.test.ChromeJUnit4ClassRunner; import org.chromium.chrome.test.ChromeJUnit4ClassRunner;
import org.chromium.content_public.browser.test.util.TestThreadUtils; import org.chromium.content_public.browser.test.util.TestThreadUtils;
...@@ -30,6 +31,7 @@ public class ChromeBrowserInitializerTest { ...@@ -30,6 +31,7 @@ public class ChromeBrowserInitializerTest {
@Test @Test
@SmallTest @SmallTest
@DisabledTest(message = "https://crbug.com/1131373")
public void testSynchronousInitialization() throws Exception { public void testSynchronousInitialization() throws Exception {
TestThreadUtils.runOnUiThreadBlocking(() -> { TestThreadUtils.runOnUiThreadBlocking(() -> {
Assert.assertFalse(mInstance.isFullBrowserInitialized()); Assert.assertFalse(mInstance.isFullBrowserInitialized());
......
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