Deflake InstallReplacementWebAppApiTests by disabling legacy finalizer.
Tests were occasionally failing due to having an unexpected extra app counted in ExtensionBrowserTest::InstallOrUpdateExtension. This was because the test is awaiting the new BMO system to complete an install but not the async legacy extension-based install that is fired simultaneously by the new system. If the legacy install happens to complete between counting num_before and num_after then we saw the web app as an extra, unexpected installed extension. Bug: 1094616 Change-Id: I2a14717e3f84102497c7a42c5b30bd6a5f868ed4 Fixed: 1094616 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2262357Reviewed-by:Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Glen Robertson <glenrob@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Auto-Submit: Glen Robertson <glenrob@chromium.org> Cr-Commit-Position: refs/heads/master@{#781926}
Showing
Please register or sign in to comment