summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-09 23:15:14 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-09 23:15:14 +0000
commit46aa67dd64ae850d52655a96cc6075ba3ed061a8 (patch)
treecc4989c23cafc93aa6df90653fd4a63f01088432 /net/disk_cache
parentaae73c2df0bfbd85925d37b52a8186ec476e77df (diff)
downloadchromium_src-46aa67dd64ae850d52655a96cc6075ba3ed061a8.zip
chromium_src-46aa67dd64ae850d52655a96cc6075ba3ed061a8.tar.gz
chromium_src-46aa67dd64ae850d52655a96cc6075ba3ed061a8.tar.bz2
Revert 121790 - Stop lying, it's still flaky :)
=============================================== Disk cache: Enable DiskCacheBackendTest.AppCacheEnumerations Not flaky anymore. BUG=74387 TEST=none TBR=gavinp@chromium.org Review URL: https://chromiumcodereview.appspot.com/9392023 TBR=rvargas@google.com Review URL: https://chromiumcodereview.appspot.com/9664022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125934 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 fab1561..c0fa62f 100644
--- a/net/disk_cache/backend_unittest.cc
+++ b/net/disk_cache/backend_unittest.cc
@@ -922,7 +922,8 @@ TEST_F(DiskCacheBackendTest, MemoryOnlyEnumerations) {
BackendEnumerations();
}
-TEST_F(DiskCacheBackendTest, AppCacheEnumerations) {
+// Flaky, http://crbug.com/74387.
+TEST_F(DiskCacheBackendTest, DISABLED_AppCacheEnumerations) {
SetCacheType(net::APP_CACHE);
BackendEnumerations();
}