From a67fc9e162b895cf642c077de28c73172066c558 Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Tue, 14 Feb 2012 00:29:14 +0000 Subject: Flakiness cleanup: disable flaky tests under base/ See https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/fcec09fc659f39a6 BUG=46246,85930,10611,86494,95058,61589,25038 Review URL: https://chromiumcodereview.appspot.com/9386014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121782 0039d316-1c4b-4281-b951-d872f2087c98 --- base/metrics/stats_table_unittest.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'base/metrics') diff --git a/base/metrics/stats_table_unittest.cc b/base/metrics/stats_table_unittest.cc index 1ccde4da..0a1c38bb 100644 --- a/base/metrics/stats_table_unittest.cc +++ b/base/metrics/stats_table_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -107,7 +107,7 @@ void StatsTableThread::Run() { // Create a few threads and have them poke on their counters. // Flaky, http://crbug.com/10611. -TEST_F(StatsTableTest, FLAKY_MultipleThreads) { +TEST_F(StatsTableTest, DISABLED_MultipleThreads) { // Create a stats table. const std::string kTableName = "MultipleThreadStatTable"; const int kMaxThreads = 20; @@ -187,7 +187,7 @@ MULTIPROCESS_TEST_MAIN(StatsTableMultipleProcessMain) { // Create a few processes and have them poke on their counters. // This test is slow and flaky http://crbug.com/10611 -TEST_F(StatsTableTest, FLAKY_MultipleProcesses) { +TEST_F(StatsTableTest, DISABLED_MultipleProcesses) { // Create a stats table. const int kMaxProcs = 20; const int kMaxCounter = 5; -- cgit v1.1