Remove unnecessary initialization code from test
This seems to be causing some tests to flake. Tests fail because page A is not being cached which is strange (at that point in the test we haven't done anything yet). So the theory is that the initialization might have some pending tasks (note no RunLoop::RunUntilIdle) that might interfere with the caching. The initialization is not really needed (that is the default) so we can just remove that line. Bug: 1126494 Change-Id: I03e5f7238966ac346e484a9f7072f442aa917159 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402939Reviewed-by:Alexander Timin <altimin@chromium.org> Commit-Queue: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#806138}
Showing
Please register or sign in to comment