Commit 4498f757 authored by Tommy Nyquist's avatar Tommy Nyquist Committed by Chromium LUCI CQ

Disable more StartSurfaceLayoutPerfTests

A few more seem to be flaky on Android P, so disabling them as well.

Bug: 1161731
Change-Id: I607f3fe8a926f647fa6bf1b675075c2cfc8332a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616719Reviewed-by: default avatarSalvador Guerrero <salg@google.com>
Commit-Queue: Tommy Nyquist <nyquist@chromium.org>
Cr-Commit-Position: refs/heads/master@{#841266}
parent 649c0f6a
...@@ -154,7 +154,10 @@ public class StartSurfaceLayoutPerfTest { ...@@ -154,7 +154,10 @@ public class StartSurfaceLayoutPerfTest {
@Test @Test
@EnormousTest @EnormousTest
@CommandLineFlags.Add({BASE_PARAMS + "/downsampling-scale/1"}) @CommandLineFlags.Add({BASE_PARAMS + "/downsampling-scale/1"})
public void testTabToGridFromLiveTabWith10TabsNoDownsample() throws InterruptedException { @DisableIf.Build(message = "Flaky on Android P, see https://crbug.com/1161731",
sdk_is_greater_than = VERSION_CODES.O_MR1, sdk_is_less_than = VERSION_CODES.Q)
public void
testTabToGridFromLiveTabWith10TabsNoDownsample() throws InterruptedException {
prepareTabs(10, NTP_URL); prepareTabs(10, NTP_URL);
reportTabToGridPerf(mUrl, "Tab-to-Grid from live tab with 10 tabs (no downsample)"); reportTabToGridPerf(mUrl, "Tab-to-Grid from live tab with 10 tabs (no downsample)");
} }
...@@ -162,7 +165,10 @@ public class StartSurfaceLayoutPerfTest { ...@@ -162,7 +165,10 @@ public class StartSurfaceLayoutPerfTest {
@Test @Test
@EnormousTest @EnormousTest
@CommandLineFlags.Add({BASE_PARAMS + "/max-duty-cycle/1"}) @CommandLineFlags.Add({BASE_PARAMS + "/max-duty-cycle/1"})
public void testTabToGridFromLiveTabWith10TabsNoRateLimit() throws InterruptedException { @DisableIf.Build(message = "Flaky on Android P, see https://crbug.com/1161731",
sdk_is_greater_than = VERSION_CODES.O_MR1, sdk_is_less_than = VERSION_CODES.Q)
public void
testTabToGridFromLiveTabWith10TabsNoRateLimit() throws InterruptedException {
prepareTabs(10, NTP_URL); prepareTabs(10, NTP_URL);
reportTabToGridPerf(mUrl, "Tab-to-Grid from live tab with 10 tabs (no rate-limit)"); reportTabToGridPerf(mUrl, "Tab-to-Grid from live tab with 10 tabs (no rate-limit)");
} }
......
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