Commit b3fab255 authored by Nate Fischer's avatar Nate Fischer Committed by Commit Bot

Android: disable flaky StartSurfaceLayoutTest.*

No change to logic. This disables flaky tests in
StartSurfaceLayoutTest.

Bug: 1130830
Test: out/Default/bin/run_chrome_public_test_apk -f StartSurfaceLayoutTest.*
Change-Id: Iaa2a802b0cc1cbe29c316f6f2a3d2409c7d72756
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422688
Commit-Queue: Nate Fischer <ntfschr@chromium.org>
Auto-Submit: Nate Fischer <ntfschr@chromium.org>
Reviewed-by: default avatarWei-Yin Chen (陳威尹) <wychen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809465}
parent 21648f3f
......@@ -164,6 +164,8 @@ import java.util.concurrent.atomic.AtomicReference;
ChromeFeatureList.TAB_TO_GTS_ANIMATION + "<Study"})
@Restriction(
{UiRestriction.RESTRICTION_TYPE_PHONE, Restriction.RESTRICTION_TYPE_NON_LOW_END_DEVICE})
@DisableIf.Build(message = "Flaky on emulators; see https://crbug.com/1130830",
supported_abis_includes = "x86")
public class StartSurfaceLayoutTest {
// clang-format on
private static final String BASE_PARAMS = "force-fieldtrial-params="
......
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