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

Unified Diff: chrome/browser/renderer_host/test/web_cache_manager_browsertest.cc

Issue 6304008: Disable WebCacheManagerBrowserTest.CrashOnceOnly, flakily times out.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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/renderer_host/test/web_cache_manager_browsertest.cc
===================================================================
--- chrome/browser/renderer_host/test/web_cache_manager_browsertest.cc (revision 71594)
+++ chrome/browser/renderer_host/test/web_cache_manager_browsertest.cc (working copy)
@@ -20,8 +20,8 @@
// Regression test for http://crbug.com/12362. If a renderer crashes and the
// user navigates to another tab and back, the browser doesn't crash.
-// Flaky, http://crbug.com/15288.
-IN_PROC_BROWSER_TEST_F(WebCacheManagerBrowserTest, FLAKY_CrashOnceOnly) {
+// Flaky, http://crbug.com/15288. Disabled, http://crbug.com/69918.
+IN_PROC_BROWSER_TEST_F(WebCacheManagerBrowserTest, DISABLED_CrashOnceOnly) {
const FilePath kTestDir(FILE_PATH_LITERAL("google"));
const FilePath kTestFile(FILE_PATH_LITERAL("google.html"));
GURL url(ui_test_utils::GetTestUrl(kTestDir, kTestFile));
« 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