Commit ed26438c authored by Christopher Cameron's avatar Christopher Cameron

Disable CaptivePortalBrowserTest.InterstitialTimerReloadWhileLoading

CaptivePortalBrowserTest.InterstitialTimerNavigateAwayWhileLoading was
disabled a few days ago, this one has the same issue.

BUG=453875
TBR=thestig@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/902583005

Cr-Commit-Position: refs/heads/master@{#314676}
parent 10a45b90
...@@ -2070,10 +2070,19 @@ IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, ...@@ -2070,10 +2070,19 @@ IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest,
GetStateOfTabReloaderAt(browser(), 0)); GetStateOfTabReloaderAt(browser(), 0));
} }
// This test is very flaky on Linux and is disabled.
// https://crbug.com/453875
#if defined(OS_LINUX)
#define MAYBE_InterstitialTimerReloadWhileLoading \
DISABLED_InterstitialTimerReloadWhileLoading
#else
#define MAYBE_InterstitialTimerReloadWhileLoading \
InterstitialTimerReloadWhileLoading
#endif
// Same as above, but instead of stopping, the loading page is reloaded. The end // Same as above, but instead of stopping, the loading page is reloaded. The end
// result is the same. (i.e. page load stops, no interstitials shown) // result is the same. (i.e. page load stops, no interstitials shown)
IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest,
InterstitialTimerReloadWhileLoading) { MAYBE_InterstitialTimerReloadWhileLoading) {
net::SpawnedTestServer::SSLOptions https_options; net::SpawnedTestServer::SSLOptions https_options;
https_options.server_certificate = https_options.server_certificate =
net::SpawnedTestServer::SSLOptions::CERT_MISMATCHED_NAME; net::SpawnedTestServer::SSLOptions::CERT_MISMATCHED_NAME;
......
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