Commit c7cd3bdc authored by Yutaka Hirano's avatar Yutaka Hirano Committed by Chromium LUCI CQ

Disable WorkerTaskProviderBrowserTest.DestroyedProfile due to flakiness

Bug: 1168407
Change-Id: I5faa426fac6c53e1219dfe3ae7805a2eff26e393
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639499
Commit-Queue: Ahmed Fakhry <afakhry@chromium.org>
Reviewed-by: default avatarAhmed Fakhry <afakhry@chromium.org>
Auto-Submit: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845270}
parent 1e5a1bb6
...@@ -330,7 +330,9 @@ IN_PROC_BROWSER_TEST_F(WorkerTaskProviderBrowserTest, CreateExistingTasks) { ...@@ -330,7 +330,9 @@ IN_PROC_BROWSER_TEST_F(WorkerTaskProviderBrowserTest, CreateExistingTasks) {
// Tests that destroying a profile while updating will correctly remove the // Tests that destroying a profile while updating will correctly remove the
// existing tasks. An incognito browser is used because a regular profile is // existing tasks. An incognito browser is used because a regular profile is
// never truly destroyed until browser shutdown (See https://crbug.com/88586). // never truly destroyed until browser shutdown (See https://crbug.com/88586).
IN_PROC_BROWSER_TEST_F(WorkerTaskProviderBrowserTest, DestroyedProfile) { // TODO(crbug.com/1168407): Fix the flakiness and re-enable this.
IN_PROC_BROWSER_TEST_F(WorkerTaskProviderBrowserTest,
DISABLED_DestroyedProfile) {
StartUpdating(); StartUpdating();
EXPECT_TRUE(tasks().empty()); EXPECT_TRUE(tasks().empty());
......
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