Commit 79a39278 authored by Mustafa Emre Acer's avatar Mustafa Emre Acer Committed by Commit Bot

Remove SSLUITest.TestWSSInvalidCertAndGoForward from valgrind exceptions

Bug: 403687
Change-Id: Ida37ffe1870b599513ccbbf50095e02c94a280be
Reviewed-on: https://chromium-review.googlesource.com/775454
Commit-Queue: Mustafa Emre Acer <meacer@chromium.org>
Reviewed-by: default avatarLucas Garron <lgarron@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517915}
parent f01f4835
...@@ -1665,6 +1665,7 @@ IN_PROC_BROWSER_TEST_F(SSLUITest, TestWSSInvalidCertAndGoForward) { ...@@ -1665,6 +1665,7 @@ IN_PROC_BROWSER_TEST_F(SSLUITest, TestWSSInvalidCertAndGoForward) {
ui_test_utils::NavigateToURL(browser(), ui_test_utils::NavigateToURL(browser(),
wss_server_expired_.GetURL("connect_check.html") wss_server_expired_.GetURL("connect_check.html")
.ReplaceComponents(replacements)); .ReplaceComponents(replacements));
WaitForInterstitialAttach(tab);
CheckAuthenticationBrokenState(tab, net::CERT_STATUS_DATE_INVALID, CheckAuthenticationBrokenState(tab, net::CERT_STATUS_DATE_INVALID,
AuthState::SHOWING_INTERSTITIAL); AuthState::SHOWING_INTERSTITIAL);
......
...@@ -54,5 +54,4 @@ SafeBrowsingInterstitialVersions/SafeBrowsingBlockingPageBrowserTest.MalwareDont ...@@ -54,5 +54,4 @@ SafeBrowsingInterstitialVersions/SafeBrowsingBlockingPageBrowserTest.MalwareDont
SafeBrowsingInterstitialVersions/SafeBrowsingBlockingPageBrowserTest.ProceedDisabled* SafeBrowsingInterstitialVersions/SafeBrowsingBlockingPageBrowserTest.ProceedDisabled*
SocketApiTest.SocketTCPExtension SocketApiTest.SocketTCPExtension
SocketApiTest.SocketUDPExtension SocketApiTest.SocketUDPExtension
SSLUITest.TestWSSInvalidCertAndGoForward
WebViewTest.Shim WebViewTest.Shim
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