Commit 1af4db27 authored by clamy's avatar clamy Committed by Commit Bot

Disable one flaky SiteIsolation test on ChromeOS

This CL disables
SitePerProcessBrowserTest.ScrollBubblingFromOOPIFWithBodyOverflowHidden
which is flaky on linux-chromeos-rel.

TBR=xidachen@chromium.org, nasko@chromium.org
NOTRY=true

Bug: 836200
Change-Id: If6bd9bad4d852eebfe4fe277f420854b228ed5a4
Reviewed-on: https://chromium-review.googlesource.com/1025694Reviewed-by: default avatarCamille Lamy <clamy@chromium.org>
Commit-Queue: Camille Lamy <clamy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553064}
parent 124238f4
......@@ -1635,6 +1635,14 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest,
}
}
#if defined(OS_CHROMEOS)
// Flaky: https://crbug.com/836200.
#define MAYBE_ScrollBubblingFromOOPIFWithBodyOverflowHidden \
DISABLED_ScrollBubblingFromOOPIFWithBodyOverflowHidden
#else
#define MAYBE_ScrollBubblingFromOOPIFWithBodyOverflowHidden \
ScrollBubblingFromOOPIFWithBodyOverflowHidden
#endif
// Tests that scrolling bubbles from an oopif if its source body has
// "overflow:hidden" style.
IN_PROC_BROWSER_TEST_F(SitePerProcessBrowserTest,
......
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