Commit 951a62aa authored by Matt Wolenetz's avatar Matt Wolenetz Committed by Commit Bot

Disable flaky StartSurfaceLayoutTest testSearchTermChip_withChip

BUG=1120822
TBR=wychen@chromium.org,pmonette@chromium.org

Change-Id: I974e9ff6e2d6029de826c488a97d28c0f1add788
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372735Reviewed-by: default avatarMatthew Wolenetz <wolenetz@chromium.org>
Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801140}
parent f67b9670
...@@ -1529,6 +1529,7 @@ public class StartSurfaceLayoutTest { ...@@ -1529,6 +1529,7 @@ public class StartSurfaceLayoutTest {
// Disable TAB_TO_GTS_ANIMATION to make it less flaky. // Disable TAB_TO_GTS_ANIMATION to make it less flaky.
@DisableFeatures(ChromeFeatureList.TAB_TO_GTS_ANIMATION + "<Study") @DisableFeatures(ChromeFeatureList.TAB_TO_GTS_ANIMATION + "<Study")
@CommandLineFlags.Add({BASE_PARAMS + "/enable_search_term_chip/true"}) @CommandLineFlags.Add({BASE_PARAMS + "/enable_search_term_chip/true"})
@DisabledTest(message = "http://crbug/1120822 - Flaky on bots.")
public void testSearchTermChip_withChip() throws InterruptedException { public void testSearchTermChip_withChip() throws InterruptedException {
assertTrue(TabUiFeatureUtilities.ENABLE_SEARCH_CHIP.getValue()); assertTrue(TabUiFeatureUtilities.ENABLE_SEARCH_CHIP.getValue());
// Make sure we support RTL and CJKV languages. // Make sure we support RTL and CJKV languages.
......
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