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

Unified Diff: chrome/browser/default_plugin_uitest.cc

Issue 2858007: Disable failing test DefaultPluginUITest.DefaultPluginLoadTest.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 6 months 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/browser/default_plugin_uitest.cc
===================================================================
--- chrome/browser/default_plugin_uitest.cc (revision 49923)
+++ chrome/browser/default_plugin_uitest.cc (working copy)
@@ -16,7 +16,8 @@
}
};
-TEST_F(DefaultPluginUITest, DefaultPluginLoadTest) {
+// Failing consistently: crbug/46662
+TEST_F(DefaultPluginUITest, DISABLED_DefaultPluginLoadTest) {
// Open page with default plugin.
FilePath test_file(test_data_directory_);
test_file = test_file.AppendASCII("default_plugin.html");
« 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