Commit bbb43049 authored by Nina Satragno's avatar Nina Satragno Committed by Commit Bot

[sheriff] Disable SSLUITest.BadCertFollowedByGoodCert

Disable SSLUITest.BadCertFollowedByGoodCert. Flaky.

Tbr: estark@chromium.org
Bug: 1150592
Change-Id: I2b3a4b9b82fd6e19cf9d2d8e66e4370a14efb20a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2548180Reviewed-by: default avatarNina Satragno <nsatragno@chromium.org>
Commit-Queue: Nina Satragno <nsatragno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#828965}
parent 811f3212
......@@ -4415,7 +4415,8 @@ IN_PROC_BROWSER_TEST_F(SSLUITest, InterstitialNotAffectedByHideShow) {
// through the interstitial, the decision to proceed is initially remembered.
// However, if this is followed by another visit, and a good certificate
// is seen for the same host, the original exception is forgotten.
IN_PROC_BROWSER_TEST_F(SSLUITest, BadCertFollowedByGoodCert) {
// TODO(crbug.com/1150592): flaky.
IN_PROC_BROWSER_TEST_F(SSLUITest, DISABLED_BadCertFollowedByGoodCert) {
// It is necessary to use |https_server_expired_| rather than
// |https_server_mismatched| because the former shares a host with
// |https_server_| and cert exceptions are per host.
......
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