diff options
-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 7091021..de87f08 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -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. |