diff options
Diffstat (limited to 'base/timer_unittest.cc')
-rw-r--r-- | base/timer_unittest.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/base/timer_unittest.cc b/base/timer_unittest.cc index 74c6a66..8c18947 100644 --- a/base/timer_unittest.cc +++ b/base/timer_unittest.cc @@ -318,9 +318,8 @@ TEST(TimerTest, DelayTimer_OneCall) { RunTest_DelayTimer_OneCall(MessageLoop::TYPE_IO); } -// Disabled because it's flaky on the buildbot. Bug not filed because this -// kind of test is difficult to make not-flaky on buildbots. -TEST(TimerTest, DISABLED_DelayTimer_Reset) { +// It's flaky on the buildbot, http://crbug.com/25038. +TEST(TimerTest, FLAKY_DelayTimer_Reset) { RunTest_DelayTimer_Reset(MessageLoop::TYPE_DEFAULT); RunTest_DelayTimer_Reset(MessageLoop::TYPE_UI); RunTest_DelayTimer_Reset(MessageLoop::TYPE_IO); |