Commit 011a35b6 authored by Tim Volodine's avatar Tim Volodine Committed by Commit Bot

Disable all failing TabStripTest tests

Disable the following tests because they are failing on
L/M Tablet Tester bots:

TabStripTest#testCloseAllIncognitoTabsFromTabMenu
TabStripTest#testCloseLastIncognitoTab
TabStripTest#testCloseTabWithManyTabs
TabStripTest#testNewIncognitoTabFromMenuAtNormalStrip
TabStripTest#testSwitchStripStackersWithIncognito
TabStripTest#testTabSelectionViewDoesNotBreakModelSwitch
TabStripTest#testToggleIncognitoMode

Note:
TabStripTest#testSelectWithManyTabs was disabled in
crbug.com/1107395.

BUG=1107543,1107395
TBR=dtrainor@chromium.org

Change-Id: I638033bf1f9b12e009dfbd2ff8b2e2128d000373
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308469Reviewed-by: default avatarTim Volodine <timvolodine@chromium.org>
Commit-Queue: Tim Volodine <timvolodine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790095}
parent 15dbb711
...@@ -157,6 +157,7 @@ public class TabStripTest { ...@@ -157,6 +157,7 @@ public class TabStripTest {
@LargeTest @LargeTest
@Restriction(UiRestriction.RESTRICTION_TYPE_TABLET) @Restriction(UiRestriction.RESTRICTION_TYPE_TABLET)
@Feature({"TabStrip"}) @Feature({"TabStrip"})
@DisabledTest(message = "crbug.com/1107543")
public void testNewIncognitoTabFromMenuAtNormalStrip() throws Exception { public void testNewIncognitoTabFromMenuAtNormalStrip() throws Exception {
InstrumentationRegistry.getInstrumentation().waitForIdleSync(); InstrumentationRegistry.getInstrumentation().waitForIdleSync();
Assert.assertFalse("Expected normal strip to be selected", Assert.assertFalse("Expected normal strip to be selected",
...@@ -255,6 +256,7 @@ public class TabStripTest { ...@@ -255,6 +256,7 @@ public class TabStripTest {
@LargeTest @LargeTest
@Restriction(UiRestriction.RESTRICTION_TYPE_TABLET) @Restriction(UiRestriction.RESTRICTION_TYPE_TABLET)
@Feature({"TabStrip"}) @Feature({"TabStrip"})
@DisabledTest(message = "crbug.com/1107543")
public void testCloseTabWithManyTabs() throws Exception { public void testCloseTabWithManyTabs() throws Exception {
ChromeTabUtils.newTabsFromMenu( ChromeTabUtils.newTabsFromMenu(
InstrumentationRegistry.getInstrumentation(), mActivityTestRule.getActivity(), 4); InstrumentationRegistry.getInstrumentation(), mActivityTestRule.getActivity(), 4);
...@@ -391,6 +393,7 @@ public class TabStripTest { ...@@ -391,6 +393,7 @@ public class TabStripTest {
@LargeTest @LargeTest
@Restriction(UiRestriction.RESTRICTION_TYPE_TABLET) @Restriction(UiRestriction.RESTRICTION_TYPE_TABLET)
@Feature({"TabStrip"}) @Feature({"TabStrip"})
@DisabledTest(message = "crbug.com/1107543")
public void testToggleIncognitoMode() throws Exception { public void testToggleIncognitoMode() throws Exception {
InstrumentationRegistry.getInstrumentation().waitForIdleSync(); InstrumentationRegistry.getInstrumentation().waitForIdleSync();
Assert.assertFalse("Expected normal strip to be selected", Assert.assertFalse("Expected normal strip to be selected",
...@@ -419,6 +422,7 @@ public class TabStripTest { ...@@ -419,6 +422,7 @@ public class TabStripTest {
@LargeTest @LargeTest
@Feature({"TabStrip"}) @Feature({"TabStrip"})
@Restriction(UiRestriction.RESTRICTION_TYPE_TABLET) @Restriction(UiRestriction.RESTRICTION_TYPE_TABLET)
@DisabledTest(message = "crbug.com/1107543")
public void testCloseLastIncognitoTab() { public void testCloseLastIncognitoTab() {
InstrumentationRegistry.getInstrumentation().waitForIdleSync(); InstrumentationRegistry.getInstrumentation().waitForIdleSync();
Assert.assertFalse("Expected normal strip to be selected", Assert.assertFalse("Expected normal strip to be selected",
...@@ -448,6 +452,7 @@ public class TabStripTest { ...@@ -448,6 +452,7 @@ public class TabStripTest {
@LargeTest @LargeTest
@Feature({"TabStrip"}) @Feature({"TabStrip"})
@Restriction(UiRestriction.RESTRICTION_TYPE_TABLET) @Restriction(UiRestriction.RESTRICTION_TYPE_TABLET)
@DisabledTest(message = "crbug.com/1107543")
public void testCloseAllIncognitoTabsFromTabMenu() { public void testCloseAllIncognitoTabsFromTabMenu() {
//1. Create two incognito tabs //1. Create two incognito tabs
InstrumentationRegistry.getInstrumentation().waitForIdleSync(); InstrumentationRegistry.getInstrumentation().waitForIdleSync();
...@@ -495,6 +500,7 @@ public class TabStripTest { ...@@ -495,6 +500,7 @@ public class TabStripTest {
@LargeTest @LargeTest
@Restriction(UiRestriction.RESTRICTION_TYPE_TABLET) @Restriction(UiRestriction.RESTRICTION_TYPE_TABLET)
@Feature({"TabStrip"}) @Feature({"TabStrip"})
@DisabledTest(message = "crbug.com/1107543")
public void testTabSelectionViewDoesNotBreakModelSwitch() { public void testTabSelectionViewDoesNotBreakModelSwitch() {
InstrumentationRegistry.getInstrumentation().waitForIdleSync(); InstrumentationRegistry.getInstrumentation().waitForIdleSync();
Assert.assertFalse("Expected normal strip to be selected", Assert.assertFalse("Expected normal strip to be selected",
...@@ -523,6 +529,7 @@ public class TabStripTest { ...@@ -523,6 +529,7 @@ public class TabStripTest {
@LargeTest @LargeTest
@Restriction(UiRestriction.RESTRICTION_TYPE_TABLET) @Restriction(UiRestriction.RESTRICTION_TYPE_TABLET)
@Feature({"TabStrip"}) @Feature({"TabStrip"})
@DisabledTest(message = "crbug.com/1107543")
public void testSwitchStripStackersWithIncognito() throws Exception { public void testSwitchStripStackersWithIncognito() throws Exception {
// Open an incognito tab to switch to the incognito model. // Open an incognito tab to switch to the incognito model.
mActivityTestRule.newIncognitoTabFromMenu(); mActivityTestRule.newIncognitoTabFromMenu();
......
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