Commit 39343f6c authored by Michael Bai's avatar Michael Bai Committed by Commit Bot

Disable testSetVoiceSearchButtonVisibilityAndClickListener

Bug: 1130093
TBR: wychen
Change-Id: I685977da702ea612918002a923dc978866e5eb95
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419554Reviewed-by: default avatarMichael Bai <michaelbai@chromium.org>
Commit-Queue: Michael Bai <michaelbai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#808595}
parent 9d3ef8b9
......@@ -45,6 +45,7 @@ import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.chromium.base.test.UiThreadTest;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.chrome.browser.flags.ChromeFeatureList;
import org.chromium.chrome.browser.ntp.IncognitoCookieControlsManager;
import org.chromium.chrome.tab_ui.R;
......@@ -155,6 +156,7 @@ public class TasksViewBinderTest extends DummyUiActivityTestCase {
@Test
@SmallTest
@DisabledTest
public void testSetVoiceSearchButtonVisibilityAndClickListener() {
TestThreadUtils.runOnUiThreadBlocking(() -> {
mTasksViewPropertyModel.set(IS_FAKE_SEARCH_BOX_VISIBLE, true);
......
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