Commit 0aabed18 authored by Ioana Pandele's avatar Ioana Pandele Committed by Commit Bot

[Sheriff] Disable flaky OmniboxViewViewsTest.ReloadAfterKill

TBR=jdonnelly@chromium.org

Bug: 1143630
Change-Id: Ia5c565c19f1472a9a46aef32c16159d12b6e224a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547301Reviewed-by: default avatarIoana Pandele <ioanap@chromium.org>
Commit-Queue: Ioana Pandele <ioanap@chromium.org>
Cr-Commit-Position: refs/heads/master@{#828779}
parent f6c5e419
...@@ -681,9 +681,10 @@ IN_PROC_BROWSER_TEST_F(OmniboxViewViewsTest, AccessiblePopup) { ...@@ -681,9 +681,10 @@ IN_PROC_BROWSER_TEST_F(OmniboxViewViewsTest, AccessiblePopup) {
EXPECT_FALSE(popup_node_data_2.HasState(ax::mojom::State::kInvisible)); EXPECT_FALSE(popup_node_data_2.HasState(ax::mojom::State::kInvisible));
} }
// Flaky: https://crbug.com/1143630.
// Omnibox returns to clean state after chrome://kill and reload. // Omnibox returns to clean state after chrome://kill and reload.
// https://crbug.com/993701 left the URL and icon as chrome://kill after reload. // https://crbug.com/993701 left the URL and icon as chrome://kill after reload.
IN_PROC_BROWSER_TEST_F(OmniboxViewViewsTest, ReloadAfterKill) { IN_PROC_BROWSER_TEST_F(OmniboxViewViewsTest, DISABLED_ReloadAfterKill) {
OmniboxView* omnibox_view = nullptr; OmniboxView* omnibox_view = nullptr;
ASSERT_NO_FATAL_FAILURE(GetOmniboxViewForBrowser(browser(), &omnibox_view)); ASSERT_NO_FATAL_FAILURE(GetOmniboxViewForBrowser(browser(), &omnibox_view));
OmniboxViewViews* omnibox_view_views = OmniboxViewViews* omnibox_view_views =
......
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