Commit f4a731aa authored by Reilly Grant's avatar Reilly Grant Committed by Commit Bot

Disable ServiceWorkerMessagingTest.TabToWorker_StopWorkerDisconnects

This test is flaky.

Bug: 1069550
Change-Id: I45b2260a996ee7611b3d5fe250dc20d1e7170328
Tbr: lazyboy@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143428Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#757965}
parent 162244b5
......@@ -103,8 +103,9 @@ IN_PROC_BROWSER_TEST_F(ServiceWorkerMessagingTest, TabToWorker) {
// Tests that a message port disconnects if the extension SW is forcefully
// stopped.
// Regression test for https://crbug.com/1033783.
// Disabled due to flake: https://crbug.com/1069550
IN_PROC_BROWSER_TEST_F(ServiceWorkerMessagingTest,
TabToWorker_StopWorkerDisconnects) {
DISABLED_TabToWorker_StopWorkerDisconnects) {
ASSERT_TRUE(StartEmbeddedTestServer());
TestExtensionDir test_dir;
......
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