Commit 97e77290 authored by Tim Volodine's avatar Tim Volodine Committed by Commit Bot

Disable failing StartSurface tests on L and M

StartSurfaceTest#testShow_SingleAsHomepageV2_VoiceSearchButtonShown__Instant_Return
StartSurfaceTest#testShow_SingleAsHomepage_VoiceSearchButtonShown__Instant_Return

are failing / flaky on L and M bots.

BUG=1148352
NOTRY=true
TBR=wychen@chromium.org,hanxi@chromium.org

Change-Id: I86d4873301d578236f760d323b90c8386c0462bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2534932Reviewed-by: default avatarTim Volodine <timvolodine@chromium.org>
Commit-Queue: Tim Volodine <timvolodine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826857}
parent 7d6c2717
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
package org.chromium.chrome.features.start_surface; package org.chromium.chrome.features.start_surface;
import static android.os.Build.VERSION_CODES.N;
import static android.os.Build.VERSION_CODES.P; import static android.os.Build.VERSION_CODES.P;
import static androidx.test.espresso.Espresso.onView; import static androidx.test.espresso.Espresso.onView;
...@@ -1344,6 +1345,7 @@ public class StartSurfaceTest { ...@@ -1344,6 +1345,7 @@ public class StartSurfaceTest {
@MediumTest @MediumTest
@Feature({"StartSurface"}) @Feature({"StartSurface"})
// clang-format off // clang-format off
@DisableIf.Build(sdk_is_less_than = N, message = "crbug.com/1148352")
@CommandLineFlags.Add({BASE_PARAMS + "/single/exclude_mv_tiles/true" @CommandLineFlags.Add({BASE_PARAMS + "/single/exclude_mv_tiles/true"
+ "/show_last_active_tab_only/true/show_stack_tab_switcher/true"}) + "/show_last_active_tab_only/true/show_stack_tab_switcher/true"})
public void testShow_SingleAsHomepageV2_VoiceSearchButtonShown() { public void testShow_SingleAsHomepageV2_VoiceSearchButtonShown() {
...@@ -1365,6 +1367,7 @@ public class StartSurfaceTest { ...@@ -1365,6 +1367,7 @@ public class StartSurfaceTest {
@Test @Test
@MediumTest @MediumTest
@Feature({"StartSurface"}) @Feature({"StartSurface"})
@DisableIf.Build(sdk_is_less_than = N, message = "crbug.com/1148352")
@CommandLineFlags.Add({BASE_PARAMS + "/single"}) @CommandLineFlags.Add({BASE_PARAMS + "/single"})
public void testShow_SingleAsHomepage_VoiceSearchButtonShown() { public void testShow_SingleAsHomepage_VoiceSearchButtonShown() {
if (!mImmediateReturn) { if (!mImmediateReturn) {
......
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