diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-07 07:07:02 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-07 07:07:02 +0000 |
commit | 2426af6f92378cc7c4d4bc78f584586b379e1dc7 (patch) | |
tree | 00e56f99ca58f74060c129311fa7083c13c2d8e6 /chrome_frame | |
parent | e4fbe8ea361890f5e9304ada23ef0b2760af80a1 (diff) | |
download | chromium_src-2426af6f92378cc7c4d4bc78f584586b379e1dc7.zip chromium_src-2426af6f92378cc7c4d4bc78f584586b379e1dc7.tar.gz chromium_src-2426af6f92378cc7c4d4bc78f584586b379e1dc7.tar.bz2 |
Disabling the HTTPSRequestTest.ClientAuthTest for chrome frame net tests on the same lines as the other https
tests which fail due to a certificate dialog.
TBR=amit
Review URL: http://codereview.chromium.org/3098002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55347 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index 8a182bd..e02809e 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -419,6 +419,7 @@ void FilterDisabledTests() { // TODO(tommi): The tests currently fail though, so need to fix. "HTTPSRequestTest.HTTPSMismatchedTest", "HTTPSRequestTest.HTTPSExpiredTest", + "HTTPSRequestTest.ClientAuthTest", // Tests chrome's network stack's cache (might not apply to CF). "URLRequestTestHTTP.VaryHeader", |