Commit ee852cb3 authored by ananta@chromium.org's avatar ananta@chromium.org

Disable the URLRequestTestHTTP.DefaultUserAgent for ChromeFrame net tests as this test

expects an empty UA to be echoed back which won't be the case in ChromeFrame.

BUG=none
TEST=none
TBR=amit

Review URL: http://codereview.chromium.org/6323014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72196 0039d316-1c4b-4281-b951-d872f2087c98
parent 2426648d
......@@ -457,6 +457,10 @@ void FilterDisabledTests() {
// Chrome's HTTP stack like the ability to set the proxy for a URL, etc.
"URLRequestTestHTTP.ProxyTunnelRedirectTest",
"URLRequestTestHTTP.UnexpectedServerAuthTest",
// This test is disabled as it expects an empty UA to be echoed back from
// the server which is not the case in ChromeFrame.
"URLRequestTestHTTP.DefaultUserAgent",
};
std::string filter("-"); // All following filters will be negative.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment