| Index: net/disk_cache/backend_unittest.cc
|
| ===================================================================
|
| --- net/disk_cache/backend_unittest.cc (revision 43070)
|
| +++ net/disk_cache/backend_unittest.cc (working copy)
|
| @@ -1307,7 +1307,8 @@
|
| BackendDisable2();
|
| }
|
|
|
| -TEST_F(DiskCacheBackendTest, DisableFailure2) {
|
| +// http://code.google.com/p/chromium/issues/detail?id=38562
|
| +TEST_F(DiskCacheBackendTest, DISABLED_DisableFailure2) {
|
| ASSERT_TRUE(CopyTestCache(L"list_loop"));
|
| DisableFirstCleanup();
|
| SetDirectMode();
|
|
|