Commit 819a95fe authored by Bret Sepulveda's avatar Bret Sepulveda Committed by Commit Bot

Disable flaky test OmniboxViewViewsRevealOnHoverTest.AfterBlur.

TBR=estark@chromium.org

Bug: 1115551
Change-Id: Ic5351b9eef808df37718b1a8581414db9c270070
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353335Reviewed-by: default avatarBret Sepulveda <bsep@chromium.org>
Commit-Queue: Bret Sepulveda <bsep@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797668}
parent e12d47e1
......@@ -3264,7 +3264,8 @@ TEST_P(OmniboxViewViewsHideOnInteractionAndRevealOnHoverTest,
// Tests that in the reveal-on-hover field trial variation (without
// hide-on-interaction), the path is faded back in after focus, then blur, then
// hover.
TEST_P(OmniboxViewViewsRevealOnHoverTest, AfterBlur) {
// TODO(crbug.com/1115551): Test is flaky.
TEST_P(OmniboxViewViewsRevealOnHoverTest, DISABLED_AfterBlur) {
SetUpSimplifiedDomainTest();
// Focus and blur the omnibox, then hover over it. The URL should unelide.
......
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