Commit 195dfda9 authored by Matthias Körber's avatar Matthias Körber Committed by Commit Bot

Disabling PrepareForPageLoadWithPredictionForPrefetchNoLocalHint

Test causing deterministic failures.

TBR=sophiechang@chromium.org

Bug: 1135134
Change-Id: I6bdfc88a2a2e2bd7e1721101e94e545b9d7b11b2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449949Reviewed-by: default avatarMatthias Körber <koerber@google.com>
Commit-Queue: Matthias Körber <koerber@google.com>
Cr-Commit-Position: refs/heads/master@{#813739}
parent a4b08fd2
...@@ -2065,7 +2065,7 @@ class LoadingPredictorPrefetchBrowserTest ...@@ -2065,7 +2065,7 @@ class LoadingPredictorPrefetchBrowserTest
// for a navigation which it has a prediction for and there isn't a local // for a navigation which it has a prediction for and there isn't a local
// prediction available. // prediction available.
IN_PROC_BROWSER_TEST_P(LoadingPredictorPrefetchBrowserTest, IN_PROC_BROWSER_TEST_P(LoadingPredictorPrefetchBrowserTest,
PrepareForPageLoadWithPredictionForPrefetchNoLocalHint) { DISABLED_PrepareForPageLoadWithPredictionForPrefetchNoLocalHint) {
GURL url = embedded_test_server()->GetURL( GURL url = embedded_test_server()->GetURL(
"test.com", GetPathWithPortReplacement(kHtmlSubresourcesPath, "test.com", GetPathWithPortReplacement(kHtmlSubresourcesPath,
embedded_test_server()->port())); 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