Commit 4f3f9df8 authored by Egor Pasko's avatar Egor Pasko Committed by Commit Bot

sheriff: disable launchNTP_withMultipleFeedCardsRendered

It fails reproducibly on the only bot it runs.

Tbr: harringtond@chromium.org
Bug: 1152438
Change-Id: Id4666402f16540fe4689f195dc2311ae3e50a2ff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558398Reviewed-by: default avatarEgor Pasko <pasko@chromium.org>
Commit-Queue: Egor Pasko <pasko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#830614}
parent 070dbf03
...@@ -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.flags.ChromeFeatureList; import org.chromium.chrome.browser.flags.ChromeFeatureList;
...@@ -56,6 +57,7 @@ public final class FeedNewTabPageCardInstrumentationTest { ...@@ -56,6 +57,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 = "http://crbug.com/1152438")
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