Commit 5fec4b13 authored by Mehran Mahmoudi's avatar Mehran Mahmoudi Committed by Commit Bot

[Paint Preview] Re-enable flaky test

This re-enables PaintPreviewPlayerTest#overscrollRefreshTest.
The failure cannot be reproduces locally and the bot on which this test
was flaking has been killed recently [1].

[1]: https://chromium-swarm.appspot.com/bot?id=luci-chromium-ci-xenial-us-central1-b-8-76-mhb1

Bug: 1093083
Change-Id: Ifacf72e3373fbcfa513d5f8bc87afec03c0c086e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2252578Reviewed-by: default avatarCalder Kitagawa <ckitagawa@chromium.org>
Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#779899}
parent 6b2e9fb8
...@@ -20,7 +20,6 @@ import org.junit.runner.RunWith; ...@@ -20,7 +20,6 @@ import org.junit.runner.RunWith;
import org.chromium.base.task.PostTask; 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.DisabledTest;
import org.chromium.base.test.util.ScalableTimeout; import org.chromium.base.test.util.ScalableTimeout;
import org.chromium.base.test.util.UrlUtils; import org.chromium.base.test.util.UrlUtils;
import org.chromium.content_public.browser.UiThreadTaskTraits; import org.chromium.content_public.browser.UiThreadTaskTraits;
...@@ -131,7 +130,6 @@ public class PaintPreviewPlayerTest extends DummyUiActivityTestCase { ...@@ -131,7 +130,6 @@ public class PaintPreviewPlayerTest extends DummyUiActivityTestCase {
@Test @Test
@MediumTest @MediumTest
@DisabledTest(message = "https://crbug.com/1093083")
public void overscrollRefreshTest() throws Exception { public void overscrollRefreshTest() throws Exception {
initPlayerManager(); initPlayerManager();
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