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

Unified Diff: chrome/test/base/chrome_process_util_uitest.cc

Issue 9358065: Flakiness cleanup: disable flaky tests under chrome/test/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | « chrome/test/automation/extension_proxy_uitest.cc ('k') | chrome/test/perf/feature_startup_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/chrome_process_util_uitest.cc
diff --git a/chrome/test/base/chrome_process_util_uitest.cc b/chrome/test/base/chrome_process_util_uitest.cc
index 182eaa125f274e27cb13617854b40b5f422a2180..7dc92ce21bbeca6f747b4e77ea7c723b74c4d205 100644
--- a/chrome/test/base/chrome_process_util_uitest.cc
+++ b/chrome/test/base/chrome_process_util_uitest.cc
@@ -10,7 +10,7 @@ class ChromeProcessUtilTest : public UITest {
};
// Flaky on Mac only. See http://crbug.com/79175
-TEST_F(ChromeProcessUtilTest, FLAKY_SanityTest) {
+TEST_F(ChromeProcessUtilTest, DISABLED_SanityTest) {
ChromeProcessList processes = GetRunningChromeProcesses(browser_process_id());
EXPECT_FALSE(processes.empty());
QuitBrowser();
« no previous file with comments | « chrome/test/automation/extension_proxy_uitest.cc ('k') | chrome/test/perf/feature_startup_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698