Commit 87992e09 authored by Wei-Yin Chen (陳威尹)'s avatar Wei-Yin Chen (陳威尹) Committed by Commit Bot

Only disable individual tests in StartSurfaceLayoutTest

Run StartSurfaceLayoutTest on more bots to see if the deflaking efforts
work.

TBR=meiliang@chromium.org

Bug: 1023833
Change-Id: I554c82b0c02d90d6cf5770678e1eae47ee779ee6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917959Reviewed-by: default avatarWei-Yin Chen (陳威尹) <wychen@chromium.org>
Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715955}
parent fd806bd1
...@@ -84,8 +84,6 @@ import java.util.List; ...@@ -84,8 +84,6 @@ import java.util.List;
"force-fieldtrials=Study/Group"}) "force-fieldtrials=Study/Group"})
@Restriction( @Restriction(
{UiRestriction.RESTRICTION_TYPE_PHONE, Restriction.RESTRICTION_TYPE_NON_LOW_END_DEVICE}) {UiRestriction.RESTRICTION_TYPE_PHONE, Restriction.RESTRICTION_TYPE_NON_LOW_END_DEVICE})
@DisableIf.Build(sdk_is_less_than = Build.VERSION_CODES.M,
message = "https://crbug.com/1023833")
public class StartSurfaceLayoutTest { public class StartSurfaceLayoutTest {
// clang-format on // clang-format on
private static final String BASE_PARAMS = "force-fieldtrial-params=" private static final String BASE_PARAMS = "force-fieldtrial-params="
...@@ -604,6 +602,8 @@ public class StartSurfaceLayoutTest { ...@@ -604,6 +602,8 @@ public class StartSurfaceLayoutTest {
@Test @Test
@MediumTest @MediumTest
@CommandLineFlags.Add({BASE_PARAMS}) @CommandLineFlags.Add({BASE_PARAMS})
@DisableIf.Build(sdk_is_less_than = Build.VERSION_CODES.M,
message = "https://crbug.com/1023833")
public void testIncognitoToggle_tabCount() throws InterruptedException { public void testIncognitoToggle_tabCount() throws InterruptedException {
mActivityTestRule.loadUrl(mUrl); mActivityTestRule.loadUrl(mUrl);
...@@ -628,6 +628,8 @@ public class StartSurfaceLayoutTest { ...@@ -628,6 +628,8 @@ public class StartSurfaceLayoutTest {
@Test @Test
@MediumTest @MediumTest
@CommandLineFlags.Add({BASE_PARAMS}) @CommandLineFlags.Add({BASE_PARAMS})
@DisableIf.Build(sdk_is_less_than = Build.VERSION_CODES.M,
message = "https://crbug.com/1023833")
public void testIncognitoToggle_thumbnailFetchCount() throws InterruptedException { public void testIncognitoToggle_thumbnailFetchCount() throws InterruptedException {
mActivityTestRule.loadUrl(mUrl); mActivityTestRule.loadUrl(mUrl);
int oldFetchCount = mTabListDelegate.getBitmapFetchCountForTesting(); int oldFetchCount = mTabListDelegate.getBitmapFetchCountForTesting();
......
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