Commit 50c337ce authored by Yi Gu's avatar Yi Gu Committed by Commit Bot

Disable flaky test testPendingUpdateFileDeletedAfterUpdateCompletion

TBR=pkotwicz@chromium.org
NOTRY=true

Bug: 937109
Change-Id: I877a311f3256b88a667ff8224904e2fe71acb30b
Reviewed-on: https://chromium-review.googlesource.com/c/1496767Reviewed-by: default avatarYi Gu <yigu@chromium.org>
Commit-Queue: Yi Gu <yigu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#636812}
parent 03cafb53
...@@ -528,7 +528,9 @@ public class WebApkUpdateManagerUnitTest { ...@@ -528,7 +528,9 @@ public class WebApkUpdateManagerUnitTest {
* Test that the pending update file is deleted after update completes regardless of whether * Test that the pending update file is deleted after update completes regardless of whether
* update succeeded. * update succeeded.
*/ */
@Test // @Test
// Test flaky. See https://crbug.com/937109.
@DisabledTest
public void testPendingUpdateFileDeletedAfterUpdateCompletion() { public void testPendingUpdateFileDeletedAfterUpdateCompletion() {
mClockRule.advance(WebappDataStorage.UPDATE_INTERVAL); mClockRule.advance(WebappDataStorage.UPDATE_INTERVAL);
......
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