Commit d714d287 authored by Peter E Conn's avatar Peter E Conn Committed by Commit Bot

👮 Disable FeedNewTabPageCardInstrumentationTest#launchNTP...

TBR=wuwang@chromium.org

Change-Id: Ibdaa1324d29bc989f2e18e34891a632e121b11f9
Bug: 1096656
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372364
Commit-Queue: Peter Conn <peconn@chromium.org>
Reviewed-by: default avatarPeter Conn <peconn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#800975}
parent 84268ca9
...@@ -15,6 +15,7 @@ import org.junit.Test; ...@@ -15,6 +15,7 @@ import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.chromium.base.test.util.CommandLineFlags; 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.Feature;
import org.chromium.chrome.R; import org.chromium.chrome.R;
import org.chromium.chrome.browser.app.ChromeActivity; import org.chromium.chrome.browser.app.ChromeActivity;
...@@ -57,6 +58,7 @@ public final class FeedNewTabPageCardInstrumentationTest { ...@@ -57,6 +58,7 @@ public final class FeedNewTabPageCardInstrumentationTest {
@Feature({"FeedNewTabPage", "WPRRecordReplayTest", "RenderTest"}) @Feature({"FeedNewTabPage", "WPRRecordReplayTest", "RenderTest"})
@WPRArchiveDirectory("chrome/android/feed/core/javatests/src/org/chromium/chrome/" @WPRArchiveDirectory("chrome/android/feed/core/javatests/src/org/chromium/chrome/"
+ "browser/feed/wpr_tests") + "browser/feed/wpr_tests")
@DisabledTest(message = "https://crbug.com/1096656")
public void public void
launchNTP_withMultipleFeedCardsRendered() throws IOException, InterruptedException { launchNTP_withMultipleFeedCardsRendered() throws IOException, InterruptedException {
mActivityTestRule.loadUrlInNewTab(UrlConstants.NTP_URL); mActivityTestRule.loadUrlInNewTab(UrlConstants.NTP_URL);
......
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