Commit e1990bf1 authored by calamity's avatar calamity Committed by Commit Bot

Mark testRealPromoDialogDismissWithoutSelection as flaky.

Bug: 1064092
TBR=tedchoc@chromium.org

Change-Id: I0a589a9fa7c18206571f1c7876943c29b2cd06d1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117411Reviewed-by: default avatarcalamity <calamity@chromium.org>
Commit-Queue: calamity <calamity@chromium.org>
Cr-Commit-Position: refs/heads/master@{#752741}
parent 1841dcf1
...@@ -31,6 +31,7 @@ import org.chromium.base.ApplicationStatus; ...@@ -31,6 +31,7 @@ import org.chromium.base.ApplicationStatus;
import org.chromium.base.Callback; import org.chromium.base.Callback;
import org.chromium.base.test.util.CallbackHelper; import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.FlakyTest;
import org.chromium.base.test.util.RetryOnFailure; import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.chrome.R; import org.chromium.chrome.R;
import org.chromium.chrome.browser.ChromeTabbedActivity; import org.chromium.chrome.browser.ChromeTabbedActivity;
...@@ -445,6 +446,7 @@ public class SearchActivityTest { ...@@ -445,6 +446,7 @@ public class SearchActivityTest {
@Test @Test
@SmallTest @SmallTest
@FlakyTest(message = "https://crbug.com/1064092")
public void testRealPromoDialogDismissWithoutSelection() throws Exception { public void testRealPromoDialogDismissWithoutSelection() throws Exception {
// Start the Activity. It should pause when the promo dialog appears. // Start the Activity. It should pause when the promo dialog appears.
mTestDelegate.shouldShowRealSearchDialog = true; mTestDelegate.shouldShowRealSearchDialog = true;
......
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