Commit 88b50247 authored by Hongchan Choi's avatar Hongchan Choi Committed by Commit Bot

Disable org.chromium.content.browser.InterstitialPageTest#testCloseInterstitial

See details in:
https://analysis.chromium.org/p/chromium/flake-portal/flakes/occurrences?key=ag9zfmZpbmRpdC1mb3ItbWVycgsSBUZsYWtlImdjaHJvbWl1bUBjb250ZW50X3NoZWxsX3Rlc3RfYXBrQG9yZy5jaHJvbWl1bS5jb250ZW50LmJyb3dzZXIuSW50ZXJzdGl0aWFsUGFnZVRlc3QjdGVzdENsb3NlSW50ZXJzdGl0aWFsDA


TBR=jinsukkim@chromium.org

Bug: 1022324
Change-Id: I36eb261d9f8c0f33884b2c40ee5d6f92aaeae494
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903541Reviewed-by: default avatarHongchan Choi <hongchan@chromium.org>
Commit-Queue: Hongchan Choi <hongchan@chromium.org>
Auto-Submit: Hongchan Choi <hongchan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713628}
parent d79d7a94
...@@ -13,8 +13,8 @@ import org.junit.Test; ...@@ -13,8 +13,8 @@ import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.chromium.base.test.BaseJUnit4ClassRunner; import org.chromium.base.test.BaseJUnit4ClassRunner;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.base.test.util.UrlUtils; import org.chromium.base.test.util.UrlUtils;
import org.chromium.content_public.browser.WebContents; import org.chromium.content_public.browser.WebContents;
import org.chromium.content_public.browser.WebContentsObserver; import org.chromium.content_public.browser.WebContentsObserver;
...@@ -92,7 +92,7 @@ public class InterstitialPageTest { ...@@ -92,7 +92,7 @@ public class InterstitialPageTest {
@Test @Test
@LargeTest @LargeTest
@Feature({"Navigation"}) @Feature({"Navigation"})
@RetryOnFailure @DisabledTest(message = "crbug.com/1022324")
public void testCloseInterstitial() throws ExecutionException { public void testCloseInterstitial() throws ExecutionException {
final String proceedCommand = "PROCEED"; final String proceedCommand = "PROCEED";
final String htmlContent = "<html>" 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