Commit f9bf46a2 authored by ckitagawa's avatar ckitagawa Committed by Commit Bot

[Paint Preview] Re-enable overscroll test

This test was disabled due to an M85 bot on failing. However, the tests
were drastically refactored for M86. I don't think this is still an
issue with the refactored tests as the crash location no longer exists.
See comments on bug for more details on why I think a simple enable
should suffice.

Will monitor for new flakes over the next few days.

Bug: 1117264
Change-Id: Ifffbca7f9612b4577ca7884c78c8f73695d6fdf2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426365Reviewed-by: default avatarMehran Mahmoudi <mahmoudi@chromium.org>
Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809897}
parent fbc145ee
...@@ -27,7 +27,6 @@ import org.chromium.base.task.PostTask; ...@@ -27,7 +27,6 @@ import org.chromium.base.task.PostTask;
import org.chromium.base.test.BaseJUnit4ClassRunner; import org.chromium.base.test.BaseJUnit4ClassRunner;
import org.chromium.base.test.util.CallbackHelper; import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.DisableIf; import org.chromium.base.test.util.DisableIf;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.ScalableTimeout; import org.chromium.base.test.util.ScalableTimeout;
import org.chromium.content_public.browser.UiThreadTaskTraits; import org.chromium.content_public.browser.UiThreadTaskTraits;
import org.chromium.content_public.browser.test.util.Criteria; import org.chromium.content_public.browser.test.util.Criteria;
...@@ -172,7 +171,6 @@ public class PaintPreviewPlayerTest extends DummyUiActivityTestCase { ...@@ -172,7 +171,6 @@ public class PaintPreviewPlayerTest extends DummyUiActivityTestCase {
@Test @Test
@MediumTest @MediumTest
@DisabledTest(message = "crbug.com/1117264")
public void overscrollRefreshTest() throws Exception { public void overscrollRefreshTest() throws Exception {
initPlayerManager(true); initPlayerManager(true);
UiDevice uiDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()); UiDevice uiDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation());
......
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