Commit ac7a6dc8 authored by Sergey Poromov's avatar Sergey Poromov Committed by Commit Bot

[Sheriff] Disable flaky LoadingPredictorWithRedirects2.

Failures:
https://ci.chromium.org/p/chromium/builders/ci/linux-chromeos-rel/29732

TBR=alexilin@chromium.org

Bug: 1006637
Change-Id: I3122de904ef45f55b464a4da6c5e064f6f9d234f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829712Reviewed-by: default avatarSergey Poromov <poromov@chromium.org>
Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Commit-Queue: Sergey Poromov <poromov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701195}
parent 520d6ee6
...@@ -1118,8 +1118,9 @@ IN_PROC_BROWSER_TEST_P(LoadingPredictorNetworkIsolationKeyBrowserTest, ...@@ -1118,8 +1118,9 @@ IN_PROC_BROWSER_TEST_P(LoadingPredictorNetworkIsolationKeyBrowserTest,
// Checks the opposite of the above test - tests that even when a redirect is // Checks the opposite of the above test - tests that even when a redirect is
// predicted, preconnects are still made to the original origin using the // predicted, preconnects are still made to the original origin using the
// correct NetworkIsolationKey. // correct NetworkIsolationKey.
// TODO(crbug.com/1006637). Flaky on all platforms.
IN_PROC_BROWSER_TEST_P(LoadingPredictorNetworkIsolationKeyBrowserTest, IN_PROC_BROWSER_TEST_P(LoadingPredictorNetworkIsolationKeyBrowserTest,
LoadingPredictorWithRedirects2) { DISABLED_LoadingPredictorWithRedirects2) {
// Cache the redirect, so the only connections to the tracked server created // Cache the redirect, so the only connections to the tracked server created
// during navigations should be for preconnects. // during navigations should be for preconnects.
GURL destination_url = preconnecting_test_server()->GetURL("/cachetime"); GURL destination_url = preconnecting_test_server()->GetURL("/cachetime");
......
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