Commit 1f454b1b authored by Patrick Noland's avatar Patrick Noland Committed by Commit Bot

[Sheriff] Disable flaky ReturnToChromeTests

Disables testTabSwitcherModeTriggeredBeyondThreshold and
testTabSwitcherModeNotTriggeredWithinThreshold

Bug: 1130696
Change-Id: Iea001954b5bcff71be17d0e6ec7b29de8ba9c610
TBR: wychen@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437746Reviewed-by: default avatarPatrick Noland <pnoland@chromium.org>
Commit-Queue: Patrick Noland <pnoland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811868}
parent 23d80195
......@@ -138,6 +138,7 @@ public class ReturnToChromeTest {
@CommandLineFlags.Add({BASE_PARAMS + "/" + TAB_SWITCHER_ON_RETURN_MS_PARAM + "/100000"
+ "/start_surface_variation/single/open_ntp_instead_of_start/true"})
@DisableIf.Device(type = {UiDisableIf.TABLET}) // See https://crbug.com/1081754.
@DisabledTest(message="https://crbug.com/1130696")
public void testTabSwitcherModeNotTriggeredWithinThreshold() throws Exception {
// clang-format on
InstantStartTest.createTabStateFile(new int[] {0, 1});
......@@ -348,6 +349,7 @@ public class ReturnToChromeTest {
// clang-format off
@CommandLineFlags.Add({BASE_PARAMS + "/" + TAB_SWITCHER_ON_RETURN_MS_PARAM + "/0"
+ "/start_surface_variation/omniboxonly"})
@DisabledTest(message = "https://crbug.com/1130696")
public void testTabSwitcherModeTriggeredBeyondThreshold() throws Exception {
// clang-format on
InstantStartTest.createTabStateFile(new int[] {0, 1});
......
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