Commit 8aee8166 authored by John Budorick's avatar John Budorick Committed by Commit Bot

[android] Add @RetryOnFailure to UrlOverridingTest.

Failing flakily on KitKat Tablet Tester.

TBR=hartmanng@chromium.org

Bug: 742430
Change-Id: Ideccbdb16ae9e5d8e9a25e44cbc07102b21076f1
Reviewed-on: https://chromium-review.googlesource.com/570186Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#486564}
parent 0c6966df
......@@ -361,6 +361,7 @@ public class UrlOverridingTest {
@Test
@SmallTest
@Restriction(ChromeRestriction.RESTRICTION_TYPE_TABLET)
@RetryOnFailure
public void testOpenWindowFromUserGesture() throws InterruptedException {
loadUrlAndWaitForIntentUrl(mTestServer.getURL(OPEN_WINDOW_FROM_USER_GESTURE_PAGE),
true, 1, true, null, 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