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

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

Issue 2868003: ExtensionApiTest.Popup is flaky on windows. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 6 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_popup_apitest.cc
===================================================================
--- chrome/browser/extensions/extension_popup_apitest.cc (revision 49709)
+++ chrome/browser/extensions/extension_popup_apitest.cc (working copy)
@@ -6,7 +6,14 @@
#include "chrome/browser/extensions/extension_apitest.h"
#include "chrome/common/chrome_switches.h"
-IN_PROC_BROWSER_TEST_F(ExtensionApiTest, Popup) {
+// Flaky on windows. http://crbug.com/46601
+#if defined(OS_WIN)
+#define MAYBE_Popup FLAKY_Popup
+#else
+#define MAYBE_Popup Popup
+#endif
+
+IN_PROC_BROWSER_TEST_F(ExtensionApiTest, MAYBE_Popup) {
CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kEnableExperimentalExtensionApis);
CommandLine::ForCurrentProcess()->AppendSwitch(
« 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