Commit 0594b778 authored by Ramin Halavati's avatar Ramin Halavati Committed by Commit Bot

Disable flaky ImmersiveModeControllerAshHostedAppBrowserTest.Layout.

TBR=ortuno@chromium.org

Bug: 832544
Change-Id: Ifd414f8e86d4a791723c925f647c524436d4f807
Reviewed-on: https://chromium-review.googlesource.com/1012032
Commit-Queue: Ramin Halavati <rhalavati@chromium.org>
Reviewed-by: default avatarRamin Halavati <rhalavati@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550582}
parent f470d532
......@@ -92,14 +92,10 @@ class ImmersiveModeControllerAshHostedAppBrowserTest
};
// https://crbug.com/832544 Flaky
#if defined(OS_CHROMEOS)
#define MAYBE_Layout DISABLED_Layout
#else
#define MAYBE_Layout Layout
#endif
// Test the layout and visibility of the TopContainerView and web contents when
// a hosted app is put into immersive fullscreen.
IN_PROC_BROWSER_TEST_F(ImmersiveModeControllerAshHostedAppBrowserTest, Layout) {
IN_PROC_BROWSER_TEST_F(ImmersiveModeControllerAshHostedAppBrowserTest,
DISABLED_Layout) {
TabStrip* tabstrip = browser_view()->tabstrip();
ToolbarView* toolbar = browser_view()->toolbar();
views::WebView* contents_web_view = browser_view()->contents_web_view();
......
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