Commit 85afef48 authored by Henrik Boström's avatar Henrik Boström Committed by Commit Bot

Disable flaky testAutoDismissPromo()

TBR=bsazonov@chromium.org,bauerb@chromium.org,iuliah@google.com

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 789531
Change-Id: I9ffa24762c4bd4f3b4d700acc827af8e5aca6eaf
Reviewed-on: https://chromium-review.googlesource.com/796610Reviewed-by: default avatarHenrik Boström <hbos@chromium.org>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#520098}
parent 70baccad
...@@ -84,6 +84,7 @@ public class BookmarkPersonalizedSigninPromoTest { ...@@ -84,6 +84,7 @@ public class BookmarkPersonalizedSigninPromoTest {
@Test @Test
@LargeTest @LargeTest
@DisableIf.Device(type = {UiDisableIf.TABLET}) // https://crbug.com/776405. @DisableIf.Device(type = {UiDisableIf.TABLET}) // https://crbug.com/776405.
@DisabledTest(message = "Flaky. See crbug.com/789531")
public void testAutoDismissPromo() throws Exception { public void testAutoDismissPromo() throws Exception {
int impressionCap = SigninPromoController.getMaxImpressionsBookmarksForTests(); int impressionCap = SigninPromoController.getMaxImpressionsBookmarksForTests();
for (int impression = 0; impression < impressionCap; impression++) { for (int impression = 0; impression < impressionCap; impression++) {
......
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