Commit da77fd7e authored by Mehran Mahmoudi's avatar Mehran Mahmoudi Committed by Commit Bot

[Paint Preview] Disable PaintPreviewPlayerTest#linkClickTest

This test seems to flaky. Disabling for now.

Bug: 1065441
TBR: ckitagawa@chromium.org
Change-Id: Iab0cac8fdbe605f299a607dc3540e3167adaaba3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124705Reviewed-by: default avatarMehran Mahmoudi <mahmoudi@chromium.org>
Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754108}
parent cd4aa831
......@@ -20,6 +20,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.task.PostTask;
import org.chromium.base.test.BaseJUnit4ClassRunner;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.ScalableTimeout;
import org.chromium.base.test.util.UrlUtils;
import org.chromium.content_public.browser.UiThreadTaskTraits;
......@@ -93,6 +94,7 @@ public class PaintPreviewPlayerTest extends DummyUiActivityTestCase {
*/
@Test
@MediumTest
@DisabledTest(message = "crbug.com/1065441")
public void linkClickTest() {
initPlayerManager();
final View playerHostView = mPlayerManager.getView();
......
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