diff options
Diffstat (limited to 'net/disk_cache/backend_unittest.cc')
-rw-r--r-- | net/disk_cache/backend_unittest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/disk_cache/backend_unittest.cc b/net/disk_cache/backend_unittest.cc index ad7ff66..ffa873c 100644 --- a/net/disk_cache/backend_unittest.cc +++ b/net/disk_cache/backend_unittest.cc @@ -1414,7 +1414,9 @@ TEST_F(DiskCacheBackendTest, DisableSuccess4) { BackendDisable4(); } -TEST_F(DiskCacheBackendTest, NewEvictionDisableSuccess4) { +// Flaky, http://crbug.com/21110. Don't re-enable without a real fix or adding +// more debugging info! +TEST_F(DiskCacheBackendTest, DISABLED_NewEvictionDisableSuccess4) { ASSERT_TRUE(CopyTestCache(L"bad_rankings")); DisableFirstCleanup(); SetDirectMode(); |