Commit f9d2806b authored by Sorin Jianu's avatar Sorin Jianu Committed by Commit Bot

Disable flaky test SitePerProcessBrowserTest.FrameOwnerPropertiesPropagationScrolling.

TBR: creis
Bug: 803628
Change-Id: Ieece385b25dd5976704b490f35425b3955759ad5
Reviewed-on: https://chromium-review.googlesource.com/875173Reviewed-by: default avatarSorin Jianu <sorin@chromium.org>
Reviewed-by: default avatarCharlie Reis <creis@chromium.org>
Commit-Queue: Sorin Jianu <sorin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#530326}
parent f480c8c5
......@@ -4265,7 +4265,8 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest,
// TODO(bokan): Pretty soon most/all platforms will use overlay scrollbars. This
// test should find a better way to check for scrollability. crbug.com/662196.
// Flaky on Linux. crbug.com/790929.
#if defined(OS_ANDROID) || defined(OS_LINUX)
// Flaky on Windows. crbug.com/803628.
#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_WIN)
#define MAYBE_FrameOwnerPropertiesPropagationScrolling \
DISABLED_FrameOwnerPropertiesPropagationScrolling
#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