Commit f449bb8e authored by Eugene But's avatar Eugene But Committed by Commit Bot

Disable CallLoadURLWithParamsDuringSessionRestore on iOS 13.1.

Bug: 1046576
TBR: gambard@chromium.org
Change-Id: Ia71daef408c0c6d102dde35b592be89f510ce635
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026467
Commit-Queue: Eugene But <eugenebut@chromium.org>
Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736156}
parent 8c2b7e90
......@@ -434,6 +434,11 @@ TEST_F(WebStateTest, CallStopDuringSessionRestore) {
// Verifies that calling NavigationManager::LoadURLWithParams() does not stop
// the session restoration and eventually loads the requested URL.
TEST_F(WebStateTest, CallLoadURLWithParamsDuringSessionRestore) {
if (@available(iOS 13.1, *)) {
// TODO(crbug.com/1046576): this test is flaky on iOS 13.1.
return;
}
// Create session storage with large number of items.
const int kItemCount = 10;
NSMutableArray<CRWNavigationItemStorage*>* item_storages =
......
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