diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-24 00:14:59 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-24 00:14:59 +0000 |
commit | 3a48f1720c4a8c97937bbc91c93228d5e2dcfcbd (patch) | |
tree | b8be9e5bfeeb1ac1b915f61104577ae3b7fe0c03 /chrome_frame | |
parent | 8f4db79169bc2a5e4210eaddb7bffe2aee0f444c (diff) | |
download | chromium_src-3a48f1720c4a8c97937bbc91c93228d5e2dcfcbd.zip chromium_src-3a48f1720c4a8c97937bbc91c93228d5e2dcfcbd.tar.gz chromium_src-3a48f1720c4a8c97937bbc91c93228d5e2dcfcbd.tar.bz2 |
Disabling the newly added net test URLRequestTest.NetworkDelegateProxyError for ChromeFrame
as it uses the host (IE's) network stack.
BUG=none
TEST=chrome frame net tests.
TBR=amit
Review URL: http://codereview.chromium.org/6580015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75819 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index feb2aa0..84ab285 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -465,6 +465,8 @@ void FilterDisabledTests() { // This test modifies the UploadData object after it has been marshaled to // ChromeFrame. We don't support this. "URLRequestTestHTTP.TestPostChunkedDataAfterStart", + // Not supported in ChromeFrame as we use IE's network stack. + "URLRequestTest.NetworkDelegateProxyError", }; std::string filter("-"); // All following filters will be negative. |