Commit f957c6b7 authored by Ted Choc's avatar Ted Choc Committed by Commit Bot

Re-enable NavigateTest#testNavigateMany

Ran 100 times locally w/o flaking.  This does add @RetryOnFailure
to be consistent with the test above, which does this only a single
time.

BUG=516018

Change-Id: I233166bb2ca9004a02dd81a9a3b32cc5a72545f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893977Reviewed-by: default avatarFilip Gorski <fgorski@chromium.org>
Reviewed-by: default avatarYun Liu <yliuyliu@google.com>
Commit-Queue: Ted Choc <tedchoc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#711533}
parent d15f8704
......@@ -164,10 +164,10 @@ public class NavigateTest {
}
@Test
@DisabledTest(message = "crbug.com/516018")
@Restriction(UiRestriction.RESTRICTION_TYPE_TABLET)
@MediumTest
@Feature({"Navigation"})
@RetryOnFailure
public void testNavigateMany() throws Exception {
final String[] urls = mTestServer.getURLs("/chrome/test/data/android/navigate/one.html",
"/chrome/test/data/android/navigate/two.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