diff options
author | frankf@chromium.org <frankf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-08 23:13:38 +0000 |
---|---|---|
committer | frankf@chromium.org <frankf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-08 23:13:38 +0000 |
commit | 8d2671e0c59191f31836f7a5df35932a862e8083 (patch) | |
tree | 3cb2658653509f8cb150ed14514274ead0d45459 /chrome_frame | |
parent | bc5e399dfa50fee52ae17107061fa720986ff8fe (diff) | |
download | chromium_src-8d2671e0c59191f31836f7a5df35932a862e8083.zip chromium_src-8d2671e0c59191f31836f7a5df35932a862e8083.tar.gz chromium_src-8d2671e0c59191f31836f7a5df35932a862e8083.tar.bz2 |
Revert 216444 "net: add a test to ensure that our TLS handshake ..."
This is failing on Android bots.
> net: add a test to ensure that our TLS handshake doesn't get too large.
>
> (I would like the test to assert that we have some headroom too, but we don't
> have any to assert!)
>
> BUG=none
> R=rsleevi@chromium.org, wtc@chromium.org
>
> Review URL: https://codereview.chromium.org/19557004
TBR=agl@chromium.org
Review URL: https://codereview.chromium.org/22371007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216479 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index 495b300..d15bc1a 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -207,7 +207,9 @@ void FilterDisabledTests() { // HTTPS tests temporarily disabled due to the certificate error dialog. // TODO(tommi): The tests currently fail though, so need to fix. - "HTTPSRequestTest.*", + "HTTPSRequestTest.HTTPSMismatchedTest", + "HTTPSRequestTest.HTTPSExpiredTest", + "HTTPSRequestTest.ClientAuthTest", // More HTTPS tests failing due to certificate dialogs. // http://crbug.com/102991 |