| Index: chrome/browser/ui/cocoa/extensions/browser_action_button_interactive_uitest.mm
|
| diff --git a/chrome/browser/ui/cocoa/extensions/browser_action_button_interactive_uitest.mm b/chrome/browser/ui/cocoa/extensions/browser_action_button_interactive_uitest.mm
|
| index 4051cc15a8f31f27cb83b0c9f8aa069982b94d64..ff11027f9fd07fcb118f5db9fd3182037ecfc481 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/browser_action_button_interactive_uitest.mm
|
| +++ b/chrome/browser/ui/cocoa/extensions/browser_action_button_interactive_uitest.mm
|
| @@ -429,7 +429,9 @@ void CheckAppMenuLayout(ToolbarController* toolbarController,
|
| }
|
|
|
| // Tests the layout of the overflow container in the app menu.
|
| -IN_PROC_BROWSER_TEST_F(BrowserActionButtonUiTest, TestOverflowContainerLayout) {
|
| +// Disabled due to crashing flakily, see crbug.com/602203.
|
| +IN_PROC_BROWSER_TEST_F(BrowserActionButtonUiTest,
|
| + DISABLED_TestOverflowContainerLayout) {
|
| // Add a bunch of extensions - enough to trigger multiple rows in the overflow
|
| // menu.
|
| const int kNumExtensions = 12;
|
|
|