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

Unified Diff: base/stats_table_unittest.cc

Issue 3107028: Mark StatsTableTest.MultipleProcesses as flaky (again) (Closed)
Patch Set: Created 10 years, 4 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: base/stats_table_unittest.cc
diff --git a/base/stats_table_unittest.cc b/base/stats_table_unittest.cc
index db8057cdb603185702dda5621e5ce0ad8ac98cdb..d47a7b11d2632175a9bc5bcfb128efbf0749a8d4 100644
--- a/base/stats_table_unittest.cc
+++ b/base/stats_table_unittest.cc
@@ -190,7 +190,8 @@ MULTIPROCESS_TEST_MAIN(StatsTableMultipleProcessMain) {
}
// Create a few processes and have them poke on their counters.
-TEST_F(StatsTableTest, MultipleProcesses) {
+// This test is slow and flaky http://crbug.com/10611
+TEST_F(StatsTableTest, FLAKY_MultipleProcesses) {
// Create a stats table.
const int kMaxProcs = 20;
const int kMaxCounter = 5;
« 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