Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: chrome/browser/ui/cocoa/extensions/browser_action_button_interactive_uitest.mm

Issue 1876003002: Disable BrowserActionButtonUiTest.TestOverflowContainerLayout on Mac (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698