| Index: chrome/test/plugin/plugin_test.cpp
|
| ===================================================================
|
| --- chrome/test/plugin/plugin_test.cpp (revision 69906)
|
| +++ chrome/test/plugin/plugin_test.cpp (working copy)
|
| @@ -200,11 +200,8 @@
|
| TestPlugin("quicktime.html", action_max_timeout_ms(), false);
|
| }
|
|
|
| -// Disabled on Release bots - http://crbug.com/44662
|
| -#if defined(NDEBUG)
|
| -#define MediaPlayerNew DISABLED_MediaPlayerNew
|
| -#endif
|
| -TEST_F(PluginTest, MediaPlayerNew) {
|
| +// Disabled - http://crbug.com/44662
|
| +TEST_F(PluginTest, DISABLED_MediaPlayerNew) {
|
| TestPlugin("wmp_new.html", action_max_timeout_ms(), false);
|
| }
|
|
|
|
|