diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-30 22:47:30 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-30 22:47:30 +0000 |
commit | dce023d24ba0d30606658158e402479e30c4bf08 (patch) | |
tree | 35eea19a2e4625de9ce3879d41777f3d6c52ff48 /chrome_frame | |
parent | edd96f5ca7e1ae7eb8d461dd1d4f3d4e0baabbb7 (diff) | |
download | chromium_src-dce023d24ba0d30606658158e402479e30c4bf08.zip chromium_src-dce023d24ba0d30606658158e402479e30c4bf08.tar.gz chromium_src-dce023d24ba0d30606658158e402479e30c4bf08.tar.bz2 |
Disabling the URLRequestTestHTTP.GetTest_NoCache test for ChromeFrame as this has been consistently failing
on the chrome frame builder.
TBR=tommi
Review URL: http://codereview.chromium.org/515071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35395 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index a07aeed..2867bd3 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -386,6 +386,10 @@ void FilterDisabledTests() { // later by using the new INTERNET_OPTION_SUPPRESS_BEHAVIOR flags // See http://msdn.microsoft.com/en-us/library/aa385328(VS.85).aspx "URLRequestTest.DoNotSaveCookies", + + // TODO(ananta): This test has been consistently failing. Disabling it for + // now. + "URLRequestTestHTTP.GetTest_NoCache", }; std::string filter("-"); // All following filters will be negative. |