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

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

Issue 2825025: Linux: Mark ExtensionBrowserTest.PluginLoadUnload as flaky.... (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_browsertests_misc.cc
===================================================================
--- chrome/browser/extensions/extension_browsertests_misc.cc (revision 50887)
+++ chrome/browser/extensions/extension_browsertests_misc.cc (working copy)
@@ -708,8 +708,11 @@
EXPECT_TRUE(result);
}
-#if defined(OS_WIN) || defined(OS_LINUX)
+#if defined(OS_WIN)
#define MAYBE_PluginLoadUnload PluginLoadUnload
+#elif defined(OS_LINUX)
+// http://crbug.com/47598
+#define MAYBE_PluginLoadUnload FLAKY_PluginLoadUnload
#else
// TODO(mpcomplete): http://crbug.com/29900 need cross platform plugin support.
#define MAYBE_PluginLoadUnload DISABLED_PluginLoadUnload
« 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