diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-16 21:28:12 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-16 21:28:12 +0000 |
commit | e16c7bd2c1eb7242163630bb9f6bc54534d69577 (patch) | |
tree | 86320e8612e4c66f4b176f291ceb8942bd86db15 /chrome_frame | |
parent | 76ba4f19153ecb6f33fb4eef85d302bef5948ea3 (diff) | |
download | chromium_src-e16c7bd2c1eb7242163630bb9f6bc54534d69577.zip chromium_src-e16c7bd2c1eb7242163630bb9f6bc54534d69577.tar.gz chromium_src-e16c7bd2c1eb7242163630bb9f6bc54534d69577.tar.bz2 |
Disable the following net tests for ChromeFrame as they rely on functionality provided by Chrome's network stack
like the ability to override a proxy for a URL request, etc.
1. URLRequestTestHTTP.ProxyTunnelRedirectTest
2.URLRequestTestHTTP.UnexpectedServerAuthTest.
TBR=amit
Review URL: http://codereview.chromium.org/1667003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44828 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index 497ae88..739a6dc 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -440,6 +440,11 @@ void FilterDisabledTests() { "URLRequestTest.DoNotSendCookies_ViaPolicy_Async", "URLRequestTest.CancelTest_During_OnGetCookiesBlocked", "URLRequestTest.CancelTest_During_OnSetCookieBlocked", + + // These tests are disabled as the rely on functionality provided by + // Chrome's HTTP stack like the ability to set the proxy for a URL, etc. + "URLRequestTestHTTP.ProxyTunnelRedirectTest", + "URLRequestTestHTTP.UnexpectedServerAuthTest", }; std::string filter("-"); // All following filters will be negative. |