Commit 5c8bc84b authored by Dominic Battre's avatar Dominic Battre Committed by Commit Bot

Disable some org.chromium.chrome.browser.TabsTest tests

Disabled testToolbarSwipeNextThenPrevTab and
testToolbarSwipeNextThenPrevTabIncognito for flakiness.
See bug for details.

TBR=mdjones@chromium.org

Bug: 882003
Change-Id: Ic78f41566c1abce0feb4010196fcf1270fba11a6
Reviewed-on: https://chromium-review.googlesource.com/1218722Reviewed-by: default avatarDominic Battré <battre@chromium.org>
Commit-Queue: Dominic Battré <battre@chromium.org>
Cr-Commit-Position: refs/heads/master@{#590228}
parent 800a5c5f
......@@ -1567,6 +1567,7 @@ public class TabsTest {
@Feature({"Android-TabSwitcher"})
@Restriction(RESTRICTION_TYPE_NON_LOW_END_DEVICE)
@RetryOnFailure
@DisabledTest(message = "crbug.com/882003")
public void testToolbarSwipeNextThenPrevTab() throws InterruptedException, TimeoutException {
ChromeTabUtils.fullyLoadUrlInNewTab(InstrumentationRegistry.getInstrumentation(),
mActivityTestRule.getActivity(), ContentUrlConstants.ABOUT_BLANK_URL, false);
......@@ -1588,6 +1589,7 @@ public class TabsTest {
@Feature({"Android-TabSwitcher"})
@Restriction(RESTRICTION_TYPE_NON_LOW_END_DEVICE)
@RetryOnFailure
@DisabledTest(message = "crbug.com/882003")
public void testToolbarSwipeNextThenPrevTabIncognito()
throws InterruptedException, TimeoutException {
ChromeTabUtils.fullyLoadUrlInNewTab(InstrumentationRegistry.getInstrumentation(),
......
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