| Index: chrome/browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc
|
| diff --git a/chrome/browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc b/chrome/browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc
|
| index c8b7cbe8e9cd1630ffc0b5e6ba25f12f5a06e458..955d7c01fba6d0aa52345ca62fa6e6d7bd10a008 100644
|
| --- a/chrome/browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc
|
| +++ b/chrome/browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc
|
| @@ -824,7 +824,8 @@ class ImmersiveModeControllerAshTestWithBrowserView
|
|
|
| // Test the layout and visibility of the tabstrip, toolbar and TopContainerView
|
| // in immersive fullscreen.
|
| -TEST_F(ImmersiveModeControllerAshTestWithBrowserView, Layout) {
|
| +// Flaky. See http://crbug.com/302908 .
|
| +TEST_F(ImmersiveModeControllerAshTestWithBrowserView, DISABLED_Layout) {
|
| AddTab(browser(), GURL("about:blank"));
|
|
|
| TabStrip* tabstrip = browser_view()->tabstrip();
|
|
|