Skip to content

Commit

Permalink
Disable LookalikeInterstitialTest
Browse files Browse the repository at this point in the history
Bug: 941488
Change-Id: I16a2db2e2dfdf2bd0ec8ec448038d8eb701740c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1552408
Reviewed-by: David Trainor <[email protected]>
Commit-Queue: Mustafa Emre Acer <[email protected]>
Cr-Commit-Position: refs/heads/master@{#648374}
  • Loading branch information
meacer authored and Commit Bot committed Apr 5, 2019
1 parent d9953e8 commit 7326fad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down Expand Up @@ -55,6 +56,7 @@ public void tearDown() throws Exception {
}

@Test
@Ignore("crbug/941488")
public void testBasicInterstitialShown() throws Exception {
Tab tab = mActivityTestRule.getActivity().getActivityTab();
ChromeTabUtils.loadUrlOnUiThread(tab,
Expand Down

0 comments on commit 7326fad

Please sign in to comment.