summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authormaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-27 20:57:51 +0000
committermaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-27 20:57:51 +0000
commit8051fc415897d5135786ccf8a545ddc73fda3898 (patch)
tree343381119f57b54094f774db0039ead8bb61e5d5 /base
parent9c73c775a14581f1b005c30242be0354afe64bfd (diff)
downloadchromium_src-8051fc415897d5135786ccf8a545ddc73fda3898.zip
chromium_src-8051fc415897d5135786ccf8a545ddc73fda3898.tar.gz
chromium_src-8051fc415897d5135786ccf8a545ddc73fda3898.tar.bz2
Disable flaky test IdleTimerTest.RepeatIdleReset
Review URL: http://codereview.chromium.org/8632 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4025 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/idletimer_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/idletimer_unittest.cc b/base/idletimer_unittest.cc
index dda7468..3beaa09 100644
--- a/base/idletimer_unittest.cc
+++ b/base/idletimer_unittest.cc
@@ -173,7 +173,8 @@ TEST_F(IdleTimerTest, Repeat) {
EXPECT_LE(test_task.get_idle_counter(), 10);
}
-TEST_F(IdleTimerTest, RepeatIdleReset) {
+// TODO(darin): http://code.google.com/p/chromium/issues/detail?id=3780
+TEST_F(IdleTimerTest, DISABLED_RepeatIdleReset) {
// Create an IdleTimer, which should fire repeatedly after 100ms.
// Create a Quit timer which will fire after 1s.
// Create a reset timer, which fires after 550ms