Commit 56e51208 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Disable org.chromium.chrome.browser.ntp.NewTabPageTest#testRender

This test has been flaky for many cycles:
https://build.chromium.org/p/chromium.linux/builders/Android%20Tests
https://build.chromium.org/p/chromium.linux/builders/Android%20Tests%20%28dbg%29

Disabling it for now is probably the best option.
This CL disables it according to the instruction here:
https://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium/handling-a-failing-test

TBR=dgn@chromium.org
NOTRY=true

Bug: 769265
Change-Id: Ieeeeb6e3bd56b5878ce4cc7e687c9f69abc08bdd
Reviewed-on: https://chromium-review.googlesource.com/688582
Commit-Queue: Xida Chen <xidachen@chromium.org>
Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504863}
parent 4229f25c
...@@ -130,8 +130,9 @@ public class NewTabPageTest { ...@@ -130,8 +130,9 @@ public class NewTabPageTest {
} }
@Test @Test
@MediumTest // @MediumTest
@Feature({"NewTabPage", "RenderTest"}) // @Feature({"NewTabPage", "RenderTest"})
@DisabledTest
@CommandLineFlags.Add("disable-features=NTPCondensedLayout") @CommandLineFlags.Add("disable-features=NTPCondensedLayout")
public void testRender() throws IOException { public void testRender() throws IOException {
mActivityTestRule.getInstrumentation().waitForIdleSync(); mActivityTestRule.getInstrumentation().waitForIdleSync();
......
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