summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-29 19:43:32 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-29 19:43:32 +0000
commit83967ab93d24a9e50067a1fa2fdd2ae0e2c1469e (patch)
treedea244a08a186ad8cc4c65a2178cdba67ba215ad /net/disk_cache
parent55deb2a730ef23cf5dd4748b1b0716af5dd7aea1 (diff)
downloadchromium_src-83967ab93d24a9e50067a1fa2fdd2ae0e2c1469e.zip
chromium_src-83967ab93d24a9e50067a1fa2fdd2ae0e2c1469e.tar.gz
chromium_src-83967ab93d24a9e50067a1fa2fdd2ae0e2c1469e.tar.bz2
Disabling the DiskCacheBackendTest.DisableSuccess2 as it crashes at times on Linux
Bug=38562 TBR=amit Review URL: http://codereview.chromium.org/1530007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42978 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/disk_cache')
-rw-r--r--net/disk_cache/backend_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/disk_cache/backend_unittest.cc b/net/disk_cache/backend_unittest.cc
index 01cd2fd..ba320b9 100644
--- a/net/disk_cache/backend_unittest.cc
+++ b/net/disk_cache/backend_unittest.cc
@@ -1289,7 +1289,8 @@ void DiskCacheBackendTest::BackendDisable2() {
EXPECT_EQ(0, cache_->GetEntryCount());
}
-TEST_F(DiskCacheBackendTest, DisableSuccess2) {
+// http://code.google.com/p/chromium/issues/detail?id=38562
+TEST_F(DiskCacheBackendTest, DISABLED_DisableSuccess2) {
ASSERT_TRUE(CopyTestCache(L"list_loop"));
DisableFirstCleanup();
SetDirectMode();