Commit 8ae70064 authored by Antony Sargent's avatar Antony Sargent

Disable flaky test

ResourcePrefetchPredictorBrowserTest.LearningJavascriptAppendChild was
detected to be flaky by chromium-try-flakes.

TBR=lizeb@chromium.org

BUG=673028

Review-Url: https://codereview.chromium.org/2564213002 .
Cr-Commit-Position: refs/heads/master@{#437907}
parent 6408f27c
......@@ -456,8 +456,9 @@ IN_PROC_BROWSER_TEST_F(ResourcePrefetchPredictorBrowserTest,
NavigateToURLAndCheckSubresources(GetURL(kHtmlDocumentWritePath));
}
// Disabled due to flakiness (crbug.com/673028).
IN_PROC_BROWSER_TEST_F(ResourcePrefetchPredictorBrowserTest,
LearningJavascriptAppendChild) {
DISABLED_LearningJavascriptAppendChild) {
auto externalScript =
AddExternalResource(GetURL(kScriptAppendChildPath),
content::RESOURCE_TYPE_SCRIPT, net::MEDIUM);
......
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