Commit 0c9c754f authored by Oksana Zhuravlova's avatar Oksana Zhuravlova Committed by Commit Bot

Mark InterstitialPageTest#testCloseInterstitial as flaky

Bug: 879757

Change-Id: Ib8fbd95f086d95fc0f1ac00526059a7383e2ca24

TBR=boliu@chromium.org

Change-Id: Ib8fbd95f086d95fc0f1ac00526059a7383e2ca24
Reviewed-on: https://chromium-review.googlesource.com/1200165Reviewed-by: default avatarOksana Zhuravlova <oksamyt@chromium.org>
Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#588214}
parent 7d17c61c
......@@ -15,6 +15,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.ThreadUtils;
import org.chromium.base.test.BaseJUnit4ClassRunner;
import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.FlakyTest;
import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.base.test.util.UrlUtils;
import org.chromium.content_public.browser.WebContents;
......@@ -91,6 +92,7 @@ public class InterstitialPageTest {
@LargeTest
@Feature({"Navigation"})
@RetryOnFailure
@FlakyTest(message = "crbug.com/879757")
public void testCloseInterstitial() throws ExecutionException {
final String proceedCommand = "PROCEED";
final String htmlContent = "<html>"
......
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