| 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
|
|
|