diff options
Diffstat (limited to 'net/disk_cache/backend_unittest.cc')
-rw-r--r-- | net/disk_cache/backend_unittest.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/disk_cache/backend_unittest.cc b/net/disk_cache/backend_unittest.cc index 5fc4653..6609d3a 100644 --- a/net/disk_cache/backend_unittest.cc +++ b/net/disk_cache/backend_unittest.cc @@ -1413,9 +1413,9 @@ TEST_F(DiskCacheBackendTest, DisableSuccess4) { BackendDisable4(); } -// Flaky, http://crbug.com/21110. Don't re-enable without a real fix or adding -// more debugging info! -TEST_F(DiskCacheBackendTest, DISABLED_NewEvictionDisableSuccess4) { +// Flaky, http://crbug.com/21110. +// TODO(rvargas): Add more debugging code to help identify the root cause. +TEST_F(DiskCacheBackendTest, FLAKY_NewEvictionDisableSuccess4) { ASSERT_TRUE(CopyTestCache(L"bad_rankings")); DisableFirstCleanup(); SetDirectMode(); |