Commit 3cbcdbe2 authored by Filip Gorski's avatar Filip Gorski Committed by Commit Bot

Disabling test StartSurfaceLayoutPerfTest#testTabToGridFromLiveTabWith100Tabs due to failures

TBR=wychen@chromium.org

Bug: 1048268
Change-Id: I2f2f9ea2bcc22e83a5ff7d208a137752fd873d89
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036404
Commit-Queue: Filip Gorski <fgorski@chromium.org>
Reviewed-by: default avatarFilip Gorski <fgorski@chromium.org>
Cr-Commit-Position: refs/heads/master@{#737935}
parent 3fc4c3c5
......@@ -30,6 +30,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.Log;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisableIf;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.EnormousTest;
import org.chromium.base.test.util.Restriction;
import org.chromium.chrome.browser.ChromeSwitches;
......@@ -180,6 +181,7 @@ public class StartSurfaceLayoutPerfTest {
@Test
@EnormousTest
@CommandLineFlags.Add({BASE_PARAMS})
@DisabledTest(message = "crbug.com/1048268")
public void testTabToGridFromLiveTabWith100Tabs() throws InterruptedException {
// Skip waiting for loading. Otherwise it would take too long.
// Note that most of the tabs won't have thumbnails.
......
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