Commit bff7cdbc authored by Dale Curtis's avatar Dale Curtis Committed by Commit Bot

Disable flaky FindBarBoundingBoxLocationBar on Linux.

BUG=1020758
TBR=sky

Change-Id: Ie5e866191d0c0a290f6667f8da80ea809a32cdd4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896391Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712363}
parent a7f4ef4e
......@@ -190,8 +190,15 @@ TEST_F(BrowserViewTest, DISABLED_BrowserViewLayout) {
BookmarkBarView::DisableAnimationsForTesting(false);
}
// TODO(https://crbug.com/1020758): Flaky on Linux.
#if defined(OS_LINUX)
#define MAYBE_FindBarBoundingBoxLocationBar \
DISABLED_FindBarBoundingBoxLocationBar
#else
#define MAYBE_FindBarBoundingBoxLocationBar FindBarBoundingBoxLocationBar
#endif
// Test the find bar's bounding box when the location bar is visible.
TEST_F(BrowserViewTest, FindBarBoundingBoxLocationBar) {
TEST_F(BrowserViewTest, MAYBE_FindBarBoundingBoxLocationBar) {
ASSERT_FALSE(base::i18n::IsRTL());
const views::View* location_bar = browser_view()->GetLocationBarView();
const views::View* contents_container =
......
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