Commit 323e8611 authored by Christos Froussios's avatar Christos Froussios Committed by Commit Bot

Disable CustomFrameViewAshTest.ActiveStateOfButtonMatchesWidget on linux-chromeos-rel

It is flaking.

TBR=sky@chromium.org

Bug: 869830
Change-Id: Id455349e683f1adda690457faffc40d12c977d38
Reviewed-on: https://chromium-review.googlesource.com/1158584Reviewed-by: default avatarChristos Froussios <cfroussios@chromium.org>
Commit-Queue: Christos Froussios <cfroussios@chromium.org>
Cr-Commit-Position: refs/heads/master@{#579789}
parent 070af72d
......@@ -479,8 +479,14 @@ IN_PROC_BROWSER_TEST_P(BrowserNonClientFrameViewAshTest,
}
// Regression test for https://crbug.com/839955
// TODO(crbug.com/869830) The test is flaky on ChromeOS rel.
#if defined(OS_CHROMEOS) && defined(NDEBUG)
#define MAYBE_ActiveStateOfButtonMatchesWidget DISABLED_ActiveStateOfButtonMatchesWidget
#else
#define MAYBE_ActiveStateOfButtonMatchesWidget ActiveStateOfButtonMatchesWidget
#endif
IN_PROC_BROWSER_TEST_P(BrowserNonClientFrameViewAshTest,
ActiveStateOfButtonMatchesWidget) {
MAYBE_ActiveStateOfButtonMatchesWidget) {
BrowserView* browser_view = BrowserView::GetBrowserViewForBrowser(browser());
ash::FrameCaptionButtonContainerView::TestApi test(
......
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