Commit b9f9cd53 authored by Thiemo Nagel's avatar Thiemo Nagel Committed by Commit Bot

Disable flaky Metric..LargestContentfulPaint..

MetricIntegrationTest.LargestContentfulPaint_SubframeInput is flaky on
Linux, so disabling there (and for Chrome OS as well).

TBR=skobes

Bug: 1135527
Change-Id: I876e3e1d174edca0b5bd17f3cc53f3cb61ef4c19
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2467522Reviewed-by: default avatarThiemo Nagel <tnagel@chromium.org>
Commit-Queue: Thiemo Nagel <tnagel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#816521}
parent 7c16e817
......@@ -133,7 +133,7 @@ IN_PROC_BROWSER_TEST_F(MetricIntegrationTest, LargestContentfulPaint) {
}
// Flaky on Win7, see crbug.com/1135527
#if defined(OS_WIN)
#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS)
#define MAYBE_LargestContentfulPaint_SubframeInput \
DISABLED_LargestContentfulPaint_SubframeInput
#else
......
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