Commit 5425b0d9 authored by Gauthier Ambard's avatar Gauthier Ambard Committed by Commit Bot

[iOS] Reenable CallLoadURLWithParamsDuringSessionRestore

WKWebView was quite a lot crashy on iOS 13.1. It is possible that this
instability was making this test flaky.
As the bots were updated to iOS 13.3, it should be possible to
re-enable this test.

Fixed: 1046576
Change-Id: I694daecb4c320bcd13dad12d27a1fa64bc0207e0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047065
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Auto-Submit: Gauthier Ambard <gambard@chromium.org>
Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740345}
parent d054e996
...@@ -434,11 +434,6 @@ TEST_F(WebStateTest, CallStopDuringSessionRestore) { ...@@ -434,11 +434,6 @@ TEST_F(WebStateTest, CallStopDuringSessionRestore) {
// Verifies that calling NavigationManager::LoadURLWithParams() does not stop // Verifies that calling NavigationManager::LoadURLWithParams() does not stop
// the session restoration and eventually loads the requested URL. // the session restoration and eventually loads the requested URL.
TEST_F(WebStateTest, CallLoadURLWithParamsDuringSessionRestore) { 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. // Create session storage with large number of items.
const int kItemCount = 10; const int kItemCount = 10;
NSMutableArray<CRWNavigationItemStorage*>* item_storages = 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