Speculative fix for ServiceWorkerOfflineCapabilityCheck flakiness
ServiceWorkerOfflineCapabilityCheckBrowserTest is flaky. The failure happens when we assert SW's status is ACTIVATED after we await navigator.serviceWorker.ready. This is, however, is not always true. Its status can be ACTIVATING. See https://crbug.com/1041778#c4 for details. Bug: 1041778 Change-Id: I62ff0ee1a99d05ef693bbf4585a25b6c8831cedd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000400Reviewed-by:Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#731839}
Showing
Please register or sign in to comment