Commit 7a2c5267 authored by Theresa Wellington's avatar Theresa Wellington Committed by Commit Bot

🤠 Disable two ReturnToChromeTest's on P+

Disable flaky #testTabSwitcherModeNotTriggeredWithinThreshold_NTP
and #testTabSwitcherModeTriggeredWithinThreshold_NTP on P+.

BUG=1091268
TBR=wychen@chromium.org

Change-Id: I2cbe842cfb2e63c39904d2e9479590e793541f50
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230921Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Commit-Queue: Theresa  <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#775125}
parent 3be4a6e9
...@@ -172,6 +172,7 @@ public class ReturnToChromeTest { ...@@ -172,6 +172,7 @@ public class ReturnToChromeTest {
// clang-format off // clang-format off
@CommandLineFlags.Add({BASE_PARAMS + "/" + TAB_SWITCHER_ON_RETURN_MS_PARAM + "/100000" @CommandLineFlags.Add({BASE_PARAMS + "/" + TAB_SWITCHER_ON_RETURN_MS_PARAM + "/100000"
+ "/start_surface_variation/single/open_ntp_instead_of_start/true"}) + "/start_surface_variation/single/open_ntp_instead_of_start/true"})
@DisableIf.Build(sdk_is_greater_than = VERSION_CODES.O_MR1) // See https://crbug.com/1091268.
public void testTabSwitcherModeNotTriggeredWithinThreshold_NTP() throws Exception { public void testTabSwitcherModeNotTriggeredWithinThreshold_NTP() throws Exception {
// clang-format on // clang-format on
InstantStartTest.createTabStateFile(new int[] {0, 1}); InstantStartTest.createTabStateFile(new int[] {0, 1});
...@@ -243,6 +244,7 @@ public class ReturnToChromeTest { ...@@ -243,6 +244,7 @@ public class ReturnToChromeTest {
@CommandLineFlags.Add({BASE_PARAMS + "/" + TAB_SWITCHER_ON_RETURN_MS_PARAM + "/100000" @CommandLineFlags.Add({BASE_PARAMS + "/" + TAB_SWITCHER_ON_RETURN_MS_PARAM + "/100000"
+ "/start_surface_variation/single"}) + "/start_surface_variation/single"})
@DisableIf.Device(type = {UiDisableIf.TABLET}) // See https://crbug.com/1081754. @DisableIf.Device(type = {UiDisableIf.TABLET}) // See https://crbug.com/1081754.
@DisableIf.Build(sdk_is_greater_than = VERSION_CODES.O_MR1) // See https://crbug.com/1091268.
public void testTabSwitcherModeTriggeredWithinThreshold_NTP() throws Exception { public void testTabSwitcherModeTriggeredWithinThreshold_NTP() throws Exception {
// clang-format on // clang-format on
InstantStartTest.createTabStateFile(new int[] {0, 1}); 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