summaryrefslogtreecommitdiffstats
path: root/chrome/test/plugin
diff options
context:
space:
mode:
authorojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-26 02:11:17 +0000
committerojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-26 02:11:17 +0000
commitf5408d3bd2cc67994b1094c30a4e4b34355bfcd3 (patch)
tree5b90962033f725bc178932092f80c8a5ad17fc01 /chrome/test/plugin
parent14938a0b941e419307e4b487d18d54c1face20d3 (diff)
downloadchromium_src-f5408d3bd2cc67994b1094c30a4e4b34355bfcd3.zip
chromium_src-f5408d3bd2cc67994b1094c30a4e4b34355bfcd3.tar.gz
chromium_src-f5408d3bd2cc67994b1094c30a4e4b34355bfcd3.tar.bz2
Disable test that started failing with the merge.
TBR to greenify build. Review URL: http://codereview.chromium.org/12669 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6028 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/plugin')
-rw-r--r--chrome/test/plugin/plugin_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp
index 98a4300..d0d0393 100644
--- a/chrome/test/plugin/plugin_test.cpp
+++ b/chrome/test/plugin/plugin_test.cpp
@@ -149,7 +149,8 @@ TEST_F(PluginTest, MediaPlayerNew) {
TestPlugin(L"wmp_new.html", kShortWaitTimeout);
}
-TEST_F(PluginTest, MediaPlayerOld) {
+// http://crbug.com/4809
+TEST_F(PluginTest, DISABLED_MediaPlayerOld) {
TestPlugin(L"wmp_old.html", kLongWaitTimeout);
}