Commit 7326fade authored by Mustafa Emre Acer's avatar Mustafa Emre Acer Committed by Commit Bot

Disable LookalikeInterstitialTest

Bug: 941488
Change-Id: I16a2db2e2dfdf2bd0ec8ec448038d8eb701740c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1552408Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
Commit-Queue: Mustafa Emre Acer <meacer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#648374}
parent d9953e8b
...@@ -10,6 +10,7 @@ import android.support.test.filters.MediumTest; ...@@ -10,6 +10,7 @@ import android.support.test.filters.MediumTest;
import org.junit.After; import org.junit.After;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule; import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
...@@ -55,6 +56,7 @@ public class LookalikeInterstitialTest { ...@@ -55,6 +56,7 @@ public class LookalikeInterstitialTest {
} }
@Test @Test
@Ignore("crbug/941488")
public void testBasicInterstitialShown() throws Exception { public void testBasicInterstitialShown() throws Exception {
Tab tab = mActivityTestRule.getActivity().getActivityTab(); Tab tab = mActivityTestRule.getActivity().getActivityTab();
ChromeTabUtils.loadUrlOnUiThread(tab, ChromeTabUtils.loadUrlOnUiThread(tab,
......
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