| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm
|
| index f9e54f0ddd4edd89ecccc4455d7f5a2627c17887..0ff86c0b38f69b33e4e829bd325b8b25f6675503 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm
|
| @@ -1576,7 +1576,8 @@ TEST_F(BookmarkBarControllerTest, ShrinkOrHideView) {
|
|
|
| // Simiulate browser window width change and ensure that the bookmark buttons
|
| // that should be visible are visible.
|
| -TEST_F(BookmarkBarControllerTest, LastBookmarkResizeBehavior) {
|
| +// Appears to fail on Mac 10.11 bot on the waterfall; http://crbug.com/612640.
|
| +TEST_F(BookmarkBarControllerTest, DISABLED_LastBookmarkResizeBehavior) {
|
| // Hide the apps shortcut.
|
| profile()->GetPrefs()->SetBoolean(
|
| bookmarks::prefs::kShowAppsShortcutInBookmarkBar, false);
|
|
|