Commit 33e0afc2 authored by Brandon Wylie's avatar Brandon Wylie Committed by Commit Bot

Disable failing test #testSearchInSingleSurface

TBR=yusufo@chromium.org

Bug: 1051643
Change-Id: I5b13126fd7e1d65198d66f8d0dd35c0a3f7751a2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050755Reviewed-by: default avatarBrandon Wylie <wylieb@chromium.org>
Commit-Queue: Brandon Wylie <wylieb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740852}
parent 90b9a06c
...@@ -38,6 +38,7 @@ import org.junit.rules.TestRule; ...@@ -38,6 +38,7 @@ import org.junit.rules.TestRule;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.Restriction; import org.chromium.base.test.util.Restriction;
import org.chromium.chrome.browser.ChromeSwitches; import org.chromium.chrome.browser.ChromeSwitches;
...@@ -225,6 +226,7 @@ public class StartSurfaceTest { ...@@ -225,6 +226,7 @@ public class StartSurfaceTest {
@MediumTest @MediumTest
@Feature({"StartSurface"}) @Feature({"StartSurface"})
@CommandLineFlags.Add({BASE_PARAMS + "/single"}) @CommandLineFlags.Add({BASE_PARAMS + "/single"})
@DisabledTest(message = "crbug.com/1051643")
public void testSearchInSingleSurface() { public void testSearchInSingleSurface() {
// TODO(crbug.com/1025296): Set cached flag before starting the activity and mimic clicking // TODO(crbug.com/1025296): Set cached flag before starting the activity and mimic clicking
// the 'home' button to show the single start surface home page. // the 'home' button to show the single start surface home page.
......
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