Commit 99aa96d7 authored by Istiaque Ahmed's avatar Istiaque Ahmed Committed by Commit Bot

[Extensions] Enable ServiceWorkerLazyBackgroundTest.EventsAfterRestart.

The root cause is fixed by
https://crrev.com/b8e24bdbf6bbe43bc32fd684f2a0aad914e804d2
and the test doesn't flake locally or on trybots anymore.

Bug: 834200
Change-Id: I0bca3a12374cb70554c73063d7913dfbeec78e07
Reviewed-on: https://chromium-review.googlesource.com/1225700Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#591203}
parent 656b690f
......@@ -1058,9 +1058,7 @@ IN_PROC_BROWSER_TEST_P(ServiceWorkerLazyBackgroundTest,
lazy_observer.Wait();
}
// Flaky: http://crbug/834200.
IN_PROC_BROWSER_TEST_P(ServiceWorkerLazyBackgroundTest,
DISABLED_EventsAfterRestart) {
IN_PROC_BROWSER_TEST_P(ServiceWorkerLazyBackgroundTest, EventsAfterRestart) {
ExtensionTestMessageListener newtab_listener("hello-newtab", false);
content::WebContents* new_web_contents =
AddTab(browser(), GURL(url::kAboutBlankURL));
......
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