Commit 7b9599f6 authored by Eugene But's avatar Eugene But Committed by Commit Bot

Disable RememberCertDecision test.

TBR=rohitrao@chromium.org

Bug: 973635
Change-Id: Ibdd73fa2c40cbea322e22271dc02017cd2d9326a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656589Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Commit-Queue: Eugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#668609}
parent 2235bfb2
......@@ -191,7 +191,8 @@ TEST_P(BadSslResponseTest, ReadFromSessionCertificateStorage) {
// Tests navigation to a page with self signed SSL cert and allowing the load
// via WebClient. Subsequent navigation should not call AllowCertificateError
// but always allow the load.
TEST_P(BadSslResponseTest, RememberCertDecision) {
// TODO(crbug.com/973635): fix and reenable this test.
TEST_P(BadSslResponseTest, DISABLED_RememberCertDecision) {
// Allow the load via WebClient.
web_client()->SetAllowCertificateErrors(true);
GURL url(https_server_.GetURL("/echo"));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment