Commit bca6c154 authored by Patrick Noland's avatar Patrick Noland Committed by Commit Bot

[Sheriff] Disable flaky test testShow_SingleAsHomepage_NoIncognitoSwitch

Bug: 1139515
Change-Id: I0a34783a6a58581fcb64560c11ac5538db369553
TBR: wychen@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500427Reviewed-by: default avatarPatrick Noland <pnoland@chromium.org>
Commit-Queue: Patrick Noland <pnoland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#820999}
parent 212c73f2
...@@ -436,6 +436,7 @@ public class StartSurfaceTest { ...@@ -436,6 +436,7 @@ public class StartSurfaceTest {
@MediumTest @MediumTest
@Feature({"StartSurface"}) @Feature({"StartSurface"})
@CommandLineFlags.Add({BASE_PARAMS + "/single/hide_incognito_switch/true"}) @CommandLineFlags.Add({BASE_PARAMS + "/single/hide_incognito_switch/true"})
@FlakyTest(message = "https://crbug.com/1139515")
public void testShow_SingleAsHomepage_NoIncognitoSwitch() { public void testShow_SingleAsHomepage_NoIncognitoSwitch() {
if (!mImmediateReturn) { if (!mImmediateReturn) {
onView(withId(org.chromium.chrome.tab_ui.R.id.home_button)).perform(click()); onView(withId(org.chromium.chrome.tab_ui.R.id.home_button)).perform(click());
......
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