summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-20 17:08:46 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-20 17:08:46 +0000
commit9fa0cfa7cabbca959d6fc9fecd456c0e09d3cd08 (patch)
treeb9ad8646a98045e7115e4339b304061c3f97470f /chrome
parente730ed7978126068cbdd169fdce49d6687f2b3be (diff)
downloadchromium_src-9fa0cfa7cabbca959d6fc9fecd456c0e09d3cd08.zip
chromium_src-9fa0cfa7cabbca959d6fc9fecd456c0e09d3cd08.tar.gz
chromium_src-9fa0cfa7cabbca959d6fc9fecd456c0e09d3cd08.tar.bz2
Disabling failing plugin test PluginTest.MediaPlayerNew. It fails even though the plugin is present and created.
BUG=44662 TEST=none TBR=cbentzel Review URL: http://codereview.chromium.org/2065015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47812 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/test/plugin/plugin_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp
index f0fdcb2..4d70f56 100644
--- a/chrome/test/plugin/plugin_test.cpp
+++ b/chrome/test/plugin/plugin_test.cpp
@@ -143,7 +143,7 @@ TEST_F(PluginTest, Quicktime) {
TestPlugin("quicktime.html", action_max_timeout_ms(), false);
}
-TEST_F(PluginTest, MediaPlayerNew) {
+TEST_F(PluginTest, DISABLED_MediaPlayerNew) {
TestPlugin("wmp_new.html", action_max_timeout_ms(), false);
}