| Index: LayoutTests/http/tests/serviceworker/chromium/load-flushed-script.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/chromium/load-flushed-script.html b/LayoutTests/http/tests/serviceworker/chromium/load-flushed-script.html
|
| index 6ba22b902841e5d4e297e5ebd0dba337eca27f9e..952b89f0cc7e4443b9d3ac1c2b67891721967830 100644
|
| --- a/LayoutTests/http/tests/serviceworker/chromium/load-flushed-script.html
|
| +++ b/LayoutTests/http/tests/serviceworker/chromium/load-flushed-script.html
|
| @@ -9,9 +9,6 @@ async_test(function(t) {
|
| service_worker_unregister_and_register(
|
| t, 'resources/load-flushed-script.php', scope)
|
| .then(function(registration) {
|
| - return wait_for_update(t, registration);
|
| - })
|
| - .then(function(sw) {
|
| service_worker_unregister_and_done(t, scope);
|
| })
|
| .catch(unreached_rejection(t));
|
|
|