summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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