summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/net/fake_external_tab.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/net/fake_external_tab.cc')
-rw-r--r--chrome_frame/test/net/fake_external_tab.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index 33601e2..71774ee 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -241,6 +241,13 @@ void FilterDisabledTests() {
// 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",