Commit e541d380 authored by Becky Zhou's avatar Becky Zhou Committed by Commit Bot

Disable FeedNewTabPageTest#testArticleSectionHeader

TBR=twellington@chromium.org
NOTRY=true

Bug: 914068
Change-Id: I6e37d73acb34d9353ed704cf18d9998d0a056b0d
Reviewed-on: https://chromium-review.googlesource.com/c/1372634Reviewed-by: default avatarBecky Zhou <huayinz@chromium.org>
Commit-Queue: Becky Zhou <huayinz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#615699}
parent f10b3d0b
......@@ -34,6 +34,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.UrlUtils;
import org.chromium.chrome.R;
......@@ -200,6 +201,7 @@ public class FeedNewTabPageTest {
@Test
@MediumTest
@Feature({"FeedNewTabPage"})
@DisabledTest(message = "https://crbug.com/914068")
public void testArticleSectionHeader() throws Exception {
final int expectedCountWhenCollapsed = 2;
final int expectedCountWhenExpanded = 4; // 3 header views and the empty view.
......
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