Commit c541e4fd authored by Luciano Pacheco's avatar Luciano Pacheco Committed by Chromium LUCI CQ

Sheriff: Disable flake OmniboxFocusInteractiveTest.TabFocusStealingFromMainFrame

TBR: lukasza
Bug: 1155831
Change-Id: I9ecdca559645f200be0b08f13ea448752cfe851f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592209Reviewed-by: default avatarLuciano Pacheco <lucmult@chromium.org>
Commit-Queue: Luciano Pacheco <lucmult@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836997}
parent dc7ec676
...@@ -459,9 +459,10 @@ IN_PROC_BROWSER_TEST_F(OmniboxFocusInteractiveTest, TabFocusStealingFromOopif) { ...@@ -459,9 +459,10 @@ IN_PROC_BROWSER_TEST_F(OmniboxFocusInteractiveTest, TabFocusStealingFromOopif) {
EXPECT_FALSE(ui_test_utils::IsViewFocused(browser(), VIEW_ID_TAB_CONTAINER)); EXPECT_FALSE(ui_test_utils::IsViewFocused(browser(), VIEW_ID_TAB_CONTAINER));
} }
// Flaky: crbug.com/1155831.
// Tab focus should not be stolen by the omnibox - https://crbug.com/1127220. // Tab focus should not be stolen by the omnibox - https://crbug.com/1127220.
IN_PROC_BROWSER_TEST_F(OmniboxFocusInteractiveTest, IN_PROC_BROWSER_TEST_F(OmniboxFocusInteractiveTest,
TabFocusStealingFromMainFrame) { DISABLED_TabFocusStealingFromMainFrame) {
ASSERT_TRUE(embedded_test_server()->Start()); ASSERT_TRUE(embedded_test_server()->Start());
// Open the new tab, focus should be on the location bar. // Open the new tab, focus should be on the location bar.
......
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