Commit 1adb1723 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Disable flaky BackForwardCacheBrowserTest.DisableBackForwardCacheIframe.

TBR=arthursonzogni@chromium.org

Bug: 1013802
Change-Id: Ice9ead65f934634d6548cb458b7caa9fe1e13a1e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857586Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705332}
parent 13f9c568
......@@ -2517,8 +2517,15 @@ IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTest,
ExpectEvictedIsEmpty(FROM_HERE);
}
#if defined(OS_LINUX) || defined(OS_WIN)
// Flaky. https://crbug.com/1013802
#define MAYBE_DisableBackForwardCacheIframe \
DISABLED_DisableBackForwardCacheIframe
#else
#define MAYBE_DisableBackForwardCacheIframe DisableBackForwardCacheIframe
#endif
IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTest,
DisableBackForwardCacheIframe) {
MAYBE_DisableBackForwardCacheIframe) {
ASSERT_TRUE(embedded_test_server()->Start());
GURL url_a(embedded_test_server()->GetURL(
"a.com", "/cross_site_iframe_factory.html?a(b)"));
......
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