Commit f8b23beb authored by Bret Sepulveda's avatar Bret Sepulveda

Disable MetricIntegrationTest.LargestContentfulPaint_SubframeInput completely.

This test was reported flaky on Mac as well, so it is now disabled on
all platforms.

TBR=skobes@chromium.org

Bug: 1135527
Change-Id: I8960866c3d7ebdf2199c839de28671510d7d9dfa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495141Reviewed-by: default avatarBret Sepulveda <bsep@chromium.org>
Commit-Queue: Bret Sepulveda <bsep@chromium.org>
Cr-Commit-Position: refs/heads/master@{#820215}
parent e1164211
......@@ -132,16 +132,9 @@ IN_PROC_BROWSER_TEST_F(MetricIntegrationTest, LargestContentfulPaint) {
lcp_timestamps[2].value());
}
// Flaky on Win7, see crbug.com/1135527
#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS)
#define MAYBE_LargestContentfulPaint_SubframeInput \
DISABLED_LargestContentfulPaint_SubframeInput
#else
#define MAYBE_LargestContentfulPaint_SubframeInput \
LargestContentfulPaint_SubframeInput
#endif
// TODO(crbug.com/1135527): Flaky.
IN_PROC_BROWSER_TEST_F(MetricIntegrationTest,
MAYBE_LargestContentfulPaint_SubframeInput) {
DISABLED_LargestContentfulPaint_SubframeInput) {
Start();
Load("/lcp_subframe_input.html");
auto* sub = ChildFrameAt(web_contents()->GetMainFrame(), 0);
......
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