From f4b0e873a3515ad6fb48667275797be9f49209a1 Mon Sep 17 00:00:00 2001 From: "ananta@chromium.org" <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Thu, 23 Dec 2010 00:09:34 +0000 Subject: [PATCH] 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 --- chrome/test/plugin/plugin_test.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp index 489cb4cc4a3b6..e578944fe2d25 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); } -- GitLab