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

Unified Diff: chrome/browser/logging_chrome_browsertest.cc

Issue 10409026: Mark RendererCrashTest.Crash as flaky (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/logging_chrome_browsertest.cc
diff --git a/chrome/browser/logging_chrome_browsertest.cc b/chrome/browser/logging_chrome_browsertest.cc
index f478a76a449f4bf1e4fb185f16f2ccccbfd8f107..c63cb5dbf745b3001baa5fb9fcbc74cfa9db9a5c 100644
--- a/chrome/browser/logging_chrome_browsertest.cc
+++ b/chrome/browser/logging_chrome_browsertest.cc
@@ -89,7 +89,7 @@ class RendererCrashTest : public InProcessBrowserTest,
content::NotificationRegistrar registrar_;
};
-IN_PROC_BROWSER_TEST_F(RendererCrashTest, Crash) {
+IN_PROC_BROWSER_TEST_F(RendererCrashTest, FLAKY_Crash) {
registrar_.Add(this, content::NOTIFICATION_RENDERER_PROCESS_CLOSED,
content::NotificationService::AllSources());
ui_test_utils::NavigateToURLWithDisposition(
« 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