Commit 40f382b8 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Disable a flaky LoadingPredictorPrefetchBrowserTest.

In LoadingPredictorPrefetchBrowserTestWithBlockedLocalRequest, the
PrepareForPageLoadWithPredictionForPrefetch test case is flaky.

Bug: 1116599
Change-Id: I74e232f5628e3d412fa3239c8aca68435e27404b
Tbr: falken@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2357931Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#798326}
parent baa40d54
......@@ -2197,9 +2197,10 @@ class LoadingPredictorPrefetchBrowserTestWithBlockedLocalRequest
};
// Test that prefetches to local resources are blocked.
// Disabled for being flaky. crbug.com/1116599
IN_PROC_BROWSER_TEST_P(
LoadingPredictorPrefetchBrowserTestWithBlockedLocalRequest,
PrepareForPageLoadWithPredictionForPrefetch) {
DISABLED_PrepareForPageLoadWithPredictionForPrefetch) {
GURL url = embedded_test_server()->GetURL(
"test.com", GetPathWithPortReplacement(kHtmlSubresourcesPath,
embedded_test_server()->port()));
......
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