Commit 9459f14e authored by Natalie Chouinard's avatar Natalie Chouinard Committed by Commit Bot

Re-enable NewTabPageTest#testRender_ArticleSectionHeader

Test succeeded 10/10 times locally on an emulator M tablet, so
re-enabling to see if it's still flaky on bots. Increasing timeout to
MediumTest either way since this is more than a simple unit test.

Bug: 945293
Change-Id: I3d82eac071af9de75dae88dc2e60b3fe40892a7b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134612
Commit-Queue: Natalie Chouinard <chouinard@chromium.org>
Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#756294}
parent 42f9cdd4
...@@ -238,9 +238,8 @@ public class NewTabPageTest { ...@@ -238,9 +238,8 @@ public class NewTabPageTest {
mRenderTestRule.render(mNtp.getSignInPromoViewForTesting(), "sign_in_promo"); mRenderTestRule.render(mNtp.getSignInPromoViewForTesting(), "sign_in_promo");
} }
@DisabledTest(message = "https://crbug.com/945293")
@Test @Test
@SmallTest @MediumTest
@Feature({"NewTabPage", "FeedNewTabPage", "RenderTest"}) @Feature({"NewTabPage", "FeedNewTabPage", "RenderTest"})
@ParameterAnnotations.UseMethodParameter(InterestFeedParams.class) @ParameterAnnotations.UseMethodParameter(InterestFeedParams.class)
public void testRender_ArticleSectionHeader(boolean interestFeedEnabled) throws Exception { public void testRender_ArticleSectionHeader(boolean interestFeedEnabled) throws Exception {
......
8ef5fc962c9a6447b5fe004c299e5c2b3e4d6112
\ No newline at end of file
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