Commit 4b9a759b authored by Takumi Fujimoto's avatar Takumi Fujimoto Committed by Commit Bot

Disable BackForwardCacheBrowserTest.SubframeWithNoStoreCached

Disabled for being flaky.

TBR=altimin@chromium.org

Bug: 1116190
Change-Id: Idf7b1015f25ee14c575a66a40e7c4181e2f847d0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355094Reviewed-by: default avatarTakumi Fujimoto <takumif@chromium.org>
Reviewed-by: default avatarAlexander Timin <altimin@chromium.org>
Commit-Queue: Takumi Fujimoto <takumif@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797937}
parent 0599ca5e
......@@ -4841,7 +4841,9 @@ IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTest,
delete_observer_rfh_a.WaitUntilDeleted();
}
IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTest, SubframeWithNoStoreCached) {
// Disabled for being flaky. See crbug.com/1116190.
IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTest,
DISABLED_SubframeWithNoStoreCached) {
// iframe will try to load title1.html.
net::test_server::ControllableHttpResponse response(embedded_test_server(),
"/title1.html");
......
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