Commit a48029ff authored by Yaron Friedman's avatar Yaron Friedman Committed by Chromium LUCI CQ

Disable highly flaky test keyboardNavigation_highlightAlwaysStartsWithFirstElement

Change-Id: Id92fbd938838b8c52fae59ff07d1d0ed9e060e93
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640744Reviewed-by: default avatarTomasz Wiszkowski <ender@google.com>
Commit-Queue: Tomasz Wiszkowski <ender@google.com>
Cr-Commit-Position: refs/heads/master@{#845798}
parent 56c6ce95
...@@ -250,6 +250,7 @@ public class MostVisitedTilesTest { ...@@ -250,6 +250,7 @@ public class MostVisitedTilesTest {
@Test @Test
@MediumTest @MediumTest
@EnableFeatures("OmniboxMostVisitedTiles") @EnableFeatures("OmniboxMostVisitedTiles")
@DisabledTest(message = "Test flaky: https://crbug.com/1168660")
public void keyboardNavigation_highlightAlwaysStartsWithFirstElement() public void keyboardNavigation_highlightAlwaysStartsWithFirstElement()
throws InterruptedException { throws InterruptedException {
// Skip past the 'what-you-typed' suggestion. // Skip past the 'what-you-typed' suggestion.
......
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