Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2251)

Unified Diff: chrome/test/plugin/plugin_test.cpp

Issue 5984005: Disabling the MediaPlayerNew plugin test as it seems to fail consistently cau... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698