Commit 454c9435 authored by Xing Liu's avatar Xing Liu Committed by Commit Bot

Disable flaky StartSurfaceTest.

StartSurfaceTest.testShow_TasksOnly and
StartSurfaceTest.testShow_TwoPanes are still flaky on Android M bots,
not only on Nexus5x(bullhead).

testScroll_OmniboxOnly_Pinned is failing on Android P as well.

TBR=wychen@chromium.org

Bug: 1081822,1084176,1083459
Change-Id: Ic52dc5527f2962773d15cc0ec7f88de891fa56aa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209302
Commit-Queue: Xing Liu <xingliu@chromium.org>
Reviewed-by: default avatarXing Liu <xingliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#770345}
parent a456dca6
...@@ -60,6 +60,7 @@ import org.chromium.base.test.params.ParameterSet; ...@@ -60,6 +60,7 @@ import org.chromium.base.test.params.ParameterSet;
import org.chromium.base.test.params.ParameterizedRunner; import org.chromium.base.test.params.ParameterizedRunner;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisableIf; import org.chromium.base.test.util.DisableIf;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.Restriction; import org.chromium.base.test.util.Restriction;
import org.chromium.chrome.browser.ChromeTabbedActivity; import org.chromium.chrome.browser.ChromeTabbedActivity;
...@@ -190,6 +191,7 @@ public class StartSurfaceTest { ...@@ -190,6 +191,7 @@ public class StartSurfaceTest {
@Test @Test
@MediumTest @MediumTest
@Feature({"StartSurface"}) @Feature({"StartSurface"})
@DisabledTest(message = "crbug.com/1084176")
@CommandLineFlags.Add({BASE_PARAMS + "/tasksonly"}) @CommandLineFlags.Add({BASE_PARAMS + "/tasksonly"})
public void testShow_TasksOnly() { public void testShow_TasksOnly() {
if (!mImmediateReturn) { if (!mImmediateReturn) {
...@@ -263,7 +265,7 @@ public class StartSurfaceTest { ...@@ -263,7 +265,7 @@ public class StartSurfaceTest {
@Test @Test
@MediumTest @MediumTest
@Feature({"StartSurface"}) @Feature({"StartSurface"})
@DisableIf.Build(hardware_is = "bullhead", message = "crbug.com/1081657") @DisabledTest(message = "crbug.com/1081822")
@CommandLineFlags.Add({BASE_PARAMS + "/twopanes"}) @CommandLineFlags.Add({BASE_PARAMS + "/twopanes"})
public void testShow_TwoPanes() { public void testShow_TwoPanes() {
final ChromeTabbedActivity cta = mActivityTestRule.getActivity(); final ChromeTabbedActivity cta = mActivityTestRule.getActivity();
...@@ -819,7 +821,7 @@ public class StartSurfaceTest { ...@@ -819,7 +821,7 @@ public class StartSurfaceTest {
@MediumTest @MediumTest
@Feature({"StartSurface"}) @Feature({"StartSurface"})
// clang-format off // clang-format off
@DisableIf.Build(hardware_is = "bullhead", message = "crbug.com/1081657") @DisabledTest(message = "crbug.com/1083459")
@CommandLineFlags.Add({BASE_PARAMS + "/omniboxonly" + @CommandLineFlags.Add({BASE_PARAMS + "/omniboxonly" +
"/hide_switch_when_no_incognito_tabs/true/omnibox_scroll_mode/pinned"}) "/hide_switch_when_no_incognito_tabs/true/omnibox_scroll_mode/pinned"})
public void testScroll_OmniboxOnly_Pinned() { public void testScroll_OmniboxOnly_Pinned() {
......
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