Commit 3a296794 authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Commit Bot

Disable WebviewClientCertsLoginTest.SigninFrameCertMultipleFiltersAutoSelected

Bug: 830337
Change-Id: Ica61483028f3cd92787191d3115476f54b5f84c2
Tbr: achuith@chromium.org
NoTry: True
Reviewed-on: https://chromium-review.googlesource.com/1140798Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575867}
parent cd37f908
...@@ -632,15 +632,8 @@ IN_PROC_BROWSER_TEST_F(WebviewClientCertsLoginTest, ...@@ -632,15 +632,8 @@ IN_PROC_BROWSER_TEST_F(WebviewClientCertsLoginTest,
// with multiple filters for the same pattern. // with multiple filters for the same pattern.
// //
// Disabled due to flaky timeouts: https://crbug.com/830337. // Disabled due to flaky timeouts: https://crbug.com/830337.
#if defined(ADDRESS_SANITIZER) || defined(LEAK_SANITIZER)
#define MAYBE_SigninFrameCertMultipleFiltersAutoSelected \
DISABLED_SigninFrameCertMultipleFiltersAutoSelected
#else
#define MAYBE_SigninFrameCertMultipleFiltersAutoSelected \
SigninFrameCertMultipleFiltersAutoSelected
#endif
IN_PROC_BROWSER_TEST_F(WebviewClientCertsLoginTest, IN_PROC_BROWSER_TEST_F(WebviewClientCertsLoginTest,
MAYBE_SigninFrameCertMultipleFiltersAutoSelected) { DISABLED_SigninFrameCertMultipleFiltersAutoSelected) {
ASSERT_NO_FATAL_FAILURE(SetUpClientCertInSystemSlot()); ASSERT_NO_FATAL_FAILURE(SetUpClientCertInSystemSlot());
net::SpawnedTestServer::SSLOptions ssl_options; net::SpawnedTestServer::SSLOptions ssl_options;
ssl_options.request_client_certificate = true; ssl_options.request_client_certificate = true;
......
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