Commit 2f09bd58 authored by Tommy Nyquist's avatar Tommy Nyquist Committed by Commit Bot

[android] Disable FeedNewTabPageTest.testFeedDisabledByPolicy

It seems to be flaky not only on earlier mentioned bots like
android-pie-x86-fyi-rel, but is also flaky on test-n-phone.

Bug: 1064388
Change-Id: I95ef0332b57897255b23eca86ddfd2bc351636b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122463
Commit-Queue: Tommy Nyquist <nyquist@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Auto-Submit: Tommy Nyquist <nyquist@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#753735}
parent 04b23e51
...@@ -293,6 +293,7 @@ import java.util.List; ...@@ -293,6 +293,7 @@ import java.util.List;
@Test @Test
@MediumTest @MediumTest
@Feature({"FeedNewTabPage"}) @Feature({"FeedNewTabPage"})
@DisabledTest(message = "crbug.com/1064388")
public void testFeedDisabledByPolicy() throws Exception { public void testFeedDisabledByPolicy() throws Exception {
final boolean pref = TestThreadUtils.runOnUiThreadBlocking( final boolean pref = TestThreadUtils.runOnUiThreadBlocking(
() ()
......
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