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

Unified Diff: chrome/browser/extensions/app_process_apitest.cc

Issue 7187013: Disable some tests that will fail after the WebKit roll. These tests probably (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: chrome/browser/extensions/app_process_apitest.cc
===================================================================
--- chrome/browser/extensions/app_process_apitest.cc (revision 89361)
+++ chrome/browser/extensions/app_process_apitest.cc (working copy)
@@ -61,7 +61,8 @@
EXPECT_EQ(url, contents->controller().GetLastCommittedEntry()->url());
}
-IN_PROC_BROWSER_TEST_F(AppApiTest, AppProcess) {
+// Disabled for http://code.google.com/p/chromium/issues/detail?id=86346
+IN_PROC_BROWSER_TEST_F(AppApiTest, DISABLED_AppProcess) {
CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kDisablePopupBlocking);
« no previous file with comments | « chrome/browser/browser_browsertest.cc ('k') | content/browser/renderer_host/render_view_host_manager_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698