Commit cdf972d6 authored by Mohamad Ahmadi's avatar Mohamad Ahmadi Committed by Commit Bot

Disables PrerenderBrowserTest.FirstContentfulPaintTimingTwoPages on CrOS

TBR=jam@chromium.org

Bug: 808578
Change-Id: Id77a3e997b96405ac6c7198f5a78d79b729ab987
Reviewed-on: https://chromium-review.googlesource.com/899471Reviewed-by: default avatarMoe Ahmadi <mahmadi@chromium.org>
Commit-Queue: Moe Ahmadi <mahmadi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#534242}
parent 9dc64356
...@@ -3524,8 +3524,16 @@ IN_PROC_BROWSER_TEST_F(PrerenderBrowserTest, ...@@ -3524,8 +3524,16 @@ IN_PROC_BROWSER_TEST_F(PrerenderBrowserTest,
"Prerender.none_PerceivedTTFCPRecorded.Visible", 0, 1); "Prerender.none_PerceivedTTFCPRecorded.Visible", 0, 1);
} }
// Disabled on ChromeOS due to flakiness. See https://crbug.com/808578.
#if defined(OS_CHROMEOS)
#define MAYBE_FirstContentfulPaintTimingTwoPages \
DISABLED_FirstContentfulPaintTimingTwoPages
#else
#define MAYBE_FirstContentfulPaintTimingTwoPages \
FirstContentfulPaintTimingTwoPages
#endif
IN_PROC_BROWSER_TEST_F(PrerenderBrowserTest, IN_PROC_BROWSER_TEST_F(PrerenderBrowserTest,
FirstContentfulPaintTimingTwoPages) { MAYBE_FirstContentfulPaintTimingTwoPages) {
GetPrerenderManager()->DisablePageLoadMetricsObserverForTesting(); GetPrerenderManager()->DisablePageLoadMetricsObserverForTesting();
base::SimpleTestTickClock* clock = OverridePrerenderManagerTimeTicks(); base::SimpleTestTickClock* clock = OverridePrerenderManagerTimeTicks();
......
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