Commit 92c9e271 authored by Justin DeWitt's avatar Justin DeWitt Committed by Commit Bot

Disable ReturnToChromeTest#testInitialScrollIndex.

Fails consistently on Lollipop Phone Tester with TIMEOUT:
see e.g. https://ci.chromium.org/p/chromium/builders/ci/Lollipop%20Phone%20Tester/26466

Bug: 1063984
Tbr: yusufo@chromium.org
Change-Id: Icedf0752d949f6d3ca3a5c08667e2fe20a023e7f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343546
Commit-Queue: Justin DeWitt <dewittj@chromium.org>
Reviewed-by: default avatarYusuf Ozuysal <yusufo@chromium.org>
Reviewed-by: default avatarJustin DeWitt <dewittj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#796108}
parent 6612c30c
...@@ -551,6 +551,7 @@ public class ReturnToChromeTest { ...@@ -551,6 +551,7 @@ public class ReturnToChromeTest {
@CommandLineFlags.Add({BASE_PARAMS + "/" + TAB_SWITCHER_ON_RETURN_MS_PARAM + "/0" @CommandLineFlags.Add({BASE_PARAMS + "/" + TAB_SWITCHER_ON_RETURN_MS_PARAM + "/0"
+ "/start_surface_variation/omniboxonly"}) + "/start_surface_variation/omniboxonly"})
@Restriction(UiRestriction.RESTRICTION_TYPE_PHONE) @Restriction(UiRestriction.RESTRICTION_TYPE_PHONE)
@DisabledTest(message = "https://crbug.com/1063984")
public void testInitialScrollIndex() throws Exception { public void testInitialScrollIndex() throws Exception {
// clang-format on // clang-format on
// Instant start is not applicable since we need to create tabs and restart. // Instant start is not applicable since we need to create tabs and restart.
......
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