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

Unified Diff: chrome/browser/extensions/extension_infobar_apitest.cc

Issue 1575015: Mark a test as flaky on ChromeOS. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 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/extensions/extension_infobar_apitest.cc
===================================================================
--- chrome/browser/extensions/extension_infobar_apitest.cc (revision 43176)
+++ chrome/browser/extensions/extension_infobar_apitest.cc (working copy)
@@ -7,10 +7,16 @@
#include "chrome/common/chrome_switches.h"
#if defined(TOOLKIT_VIEWS)
+#if defined (OS_WIN)
+#define MAYBE_Infobars Infobars
+#else
+// Flaky on ChromeOS, see http://crbug.com/40141.
+#define MAYBE_Infobars FLAKY_Infobars
+#endif
+
+#else
// Need to port ExtensionInfoBarDelegate::CreateInfoBar() to other platforms.
// See http://crbug.com/39916 for details.
-#define MAYBE_Infobars Infobars
-#else
#define MAYBE_Infobars DISABLED_Infobars
#endif
« 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