Commit 812f43ba authored by Giovanni Ortuño Urquidi's avatar Giovanni Ortuño Urquidi Committed by Commit Bot

hosted-apps: Disable flaky immersive mode test

https://ci.chromium.org/buildbot/chromium.chromiumos/linux-chromeos-dbg/5170

TBR=ortuno@chromium.org

Bug: 832544
Change-Id: I0252cf8bcf5c0c16028830fa92ac69b644a7397f
Reviewed-on: https://chromium-review.googlesource.com/1011529Reviewed-by: default avatarGiovanni Ortuño Urquidi <ortuno@chromium.org>
Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550558}
parent bac8bac2
...@@ -91,6 +91,12 @@ class ImmersiveModeControllerAshHostedAppBrowserTest ...@@ -91,6 +91,12 @@ class ImmersiveModeControllerAshHostedAppBrowserTest
DISALLOW_COPY_AND_ASSIGN(ImmersiveModeControllerAshHostedAppBrowserTest); DISALLOW_COPY_AND_ASSIGN(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 // Test the layout and visibility of the TopContainerView and web contents when
// a hosted app is put into immersive fullscreen. // a hosted app is put into immersive fullscreen.
IN_PROC_BROWSER_TEST_F(ImmersiveModeControllerAshHostedAppBrowserTest, Layout) { IN_PROC_BROWSER_TEST_F(ImmersiveModeControllerAshHostedAppBrowserTest, Layout) {
......
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