Commit 0e47f384 authored by pkasting@chromium.org's avatar pkasting@chromium.org

Disable a flaky test.

BUG=123851
TEST=none
TBR=bauerb
Review URL: https://chromiumcodereview.appspot.com/10831065

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148869 0039d316-1c4b-4281-b951-d872f2087c98
parent 5676bf28
......@@ -22,9 +22,16 @@ using content::NavigationController;
using content::WebContents;
using extensions::Extension;
#if defined(OS_WIN) && !defined(NDEBUG)
// http://crbug.com/123851 : test flakily fails on win debug.
#define MAYBE_PluginLoadUnload DISABLED_PluginLoadUnload
#else
#define MAYBE_PluginLoadUnload PluginLoadUnload
#endif
// Tests that a renderer's plugin list is properly updated when we load and
// unload an extension that contains a plugin.
IN_PROC_BROWSER_TEST_F(ExtensionBrowserTest, PluginLoadUnload) {
IN_PROC_BROWSER_TEST_F(ExtensionBrowserTest, MAYBE_PluginLoadUnload) {
browser()->profile()->GetPrefs()->SetBoolean(prefs::kPluginsAlwaysAuthorize,
true);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment