summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-23 00:09:34 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-23 00:09:34 +0000
commitf4b0e873a3515ad6fb48667275797be9f49209a1 (patch)
tree2aef70b978de3036f7c4abaa92bd7085d79187de /chrome/test
parent65331350bb020181906fb16c6041b7beec4bfe33 (diff)
downloadchromium_src-f4b0e873a3515ad6fb48667275797be9f49209a1.zip
chromium_src-f4b0e873a3515ad6fb48667275797be9f49209a1.tar.gz
chromium_src-f4b0e873a3515ad6fb48667275797be9f49209a1.tar.bz2
Disabling the real player plugin test as it causes chrome to hang. This seems to be a bug
in the plugin as the same test case hangs in Firefox as well. BUG=44673 TEST=none TBR=jam Review URL: http://codereview.chromium.org/6001006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70005 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/plugin/plugin_test.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp
index 489cb4c..e578944 100644
--- a/chrome/test/plugin/plugin_test.cpp
+++ b/chrome/test/plugin/plugin_test.cpp
@@ -210,11 +210,8 @@ TEST_F(PluginTest, DISABLED_MediaPlayerOld) {
TestPlugin("wmp_old.html", action_max_timeout_ms(), false);
}
-#if defined(NDEBUG)
-#define Real DISABLED_Real
-#endif
-// Disabled on Release bots - http://crbug.com/44673
-TEST_F(PluginTest, Real) {
+// Disabled - http://crbug.com/44673
+TEST_F(PluginTest, DISABLED_Real) {
TestPlugin("real.html", action_max_timeout_ms(), false);
}