Commit a0848cbd authored by Chris Sharp's avatar Chris Sharp Committed by Commit Bot

Disable BackForwardCacheBrowserTest.WindowOpen

TBR=arthursonzogni@chromium.org

Bug: 1116023
Change-Id: Ifc002bbc19f771ca2370f2d7049992cb7b2d861a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362308Reviewed-by: default avatarChris Sharp <csharp@chromium.org>
Commit-Queue: Chris Sharp <csharp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799107}
parent acbad24f
......@@ -783,7 +783,8 @@ IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTest,
// The current page can't enter the BackForwardCache if another page can script
// it. This can happen when one document opens a popup using window.open() for
// instance. It prevents the BackForwardCache from being used.
IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTest, WindowOpen) {
// Flaky on all platforms. http://crbug.com/1116023
IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTest, DISABLED_WindowOpen) {
// This test assumes cross-site navigation staying in the same
// BrowsingInstance to use a different SiteInstance. Otherwise, it will
// timeout at step 2).
......
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