Index: chrome_frame/test/net/fake_external_tab.cc |
=================================================================== |
--- chrome_frame/test/net/fake_external_tab.cc (revision 164933) |
+++ chrome_frame/test/net/fake_external_tab.cc (working copy) |
@@ -241,6 +241,13 @@ |
// now. |
"URLRequestTestHTTP.GetTest_NoCache", |
+ // These tests use HTTPS, and IE's trust store does not have the test |
+ // certs. So these tests time out waiting for user input. The |
+ // functionality they test (HTTP Strict Transport Security) does not |
+ // work in Chrome Frame anyway. |
+ "URLRequestTestHTTP.ProcessSTS", |
+ "URLRequestTestHTTP.ProcessSTSOnce", |
+ |
// These tests have been disabled as the Chrome cookie policies don't make |
// sense or have not been implemented for the host network stack. |
"URLRequestTest.DoNotSaveCookies_ViaPolicy", |