diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 00:56:11 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 00:56:11 +0000 |
commit | a1373e7e48fe39b488f8888f5018bf2e624a0268 (patch) | |
tree | c74c8e6f35cae4b61198a2945f1a7bee3f1186a6 /chrome/chrome.gyp | |
parent | 28c3a7197b1162723019732c04fc3acab2a20ea2 (diff) | |
download | chromium_src-a1373e7e48fe39b488f8888f5018bf2e624a0268.zip chromium_src-a1373e7e48fe39b488f8888f5018bf2e624a0268.tar.gz chromium_src-a1373e7e48fe39b488f8888f5018bf2e624a0268.tar.bz2 |
Remove cache_uittest.cc.
This test is flaky, and doesn't add anything on top of what the net/http/http_network_transaciton_unittest.cc or net/http/http_cache_unittest.cc unit-tests already check for.
BUG=6491
Review URL: http://codereview.chromium.org/151046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19572 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 683284d..5f17dbe 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -3203,7 +3203,6 @@ 'browser/unload_uitest.cc', 'browser/views/find_bar_win_uitest.cc', 'common/logging_chrome_uitest.cc', - 'common/net/cache_uitest.cc', 'common/pref_service_uitest.cc', 'test/accessibility/accessibility_tests.cc', 'test/accessibility/accessibility_util.cc', @@ -3266,8 +3265,6 @@ 'test/reliability/page_load_test.cc', 'test/ui/layout_plugin_uitest.cc', 'test/ui/omnibox_uitest.cc', - # these pass locally but fail on the bots - 'common/net/cache_uitest.cc', ], }], ['OS=="win"', { |