summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_browsertest.cc
diff options
context:
space:
mode:
authorjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-09 14:27:34 +0000
committerjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-09 14:27:34 +0000
commit56736a9d9e02488db726301e5946f3dd975942e5 (patch)
tree6f2f2c00f22d8c2f4b475d119c92a42ac0f0cfd4 /content/browser/plugin_browsertest.cc
parentda88ac83a1a6f7363cbadd120c5310a8f446315b (diff)
downloadchromium_src-56736a9d9e02488db726301e5946f3dd975942e5.zip
chromium_src-56736a9d9e02488db726301e5946f3dd975942e5.tar.gz
chromium_src-56736a9d9e02488db726301e5946f3dd975942e5.tar.bz2
Disable failing VerifyNPObjectLifetimeTest on Win64
BUG=180861 TBR=piman@chromium.org R=piman@chromium.org Review URL: https://codereview.chromium.org/12502008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187147 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/plugin_browsertest.cc')
-rw-r--r--content/browser/plugin_browsertest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc
index 6041d30..3a82aa6 100644
--- a/content/browser/plugin_browsertest.cc
+++ b/content/browser/plugin_browsertest.cc
@@ -296,7 +296,7 @@ IN_PROC_BROWSER_TEST_F(PluginTest, DISABLED_AlertInWindowMessage) {
WaitForAppModalDialog(shell());
}
-IN_PROC_BROWSER_TEST_F(PluginTest, VerifyNPObjectLifetimeTest) {
+IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(VerifyNPObjectLifetimeTest)) {
LoadAndWait(GetURL("npobject_lifetime_test.html"));
}