Commit b38de609 authored by Arthur Sonzogni's avatar Arthur Sonzogni Committed by Commit Bot

🤠 Revert "[Paint Preview] Re-enable flaky test"

This reverts commit 5fec4b13.

Reason for revert: Still crashing. Same bug.

Original change's description:
> [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/+/2252578
> Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org>
> Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#779899}

TBR=mahmoudi@chromium.org,ckitagawa@chromium.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: 1093083
Change-Id: I840c3767fd305fb677824456834bfa2a2e506a0e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311580Reviewed-by: default avatarArthur Sonzogni <arthursonzogni@chromium.org>
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790776}
parent 165985f1
......@@ -22,6 +22,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.task.PostTask;
import org.chromium.base.test.BaseJUnit4ClassRunner;
import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.ScalableTimeout;
import org.chromium.content_public.browser.UiThreadTaskTraits;
import org.chromium.content_public.browser.test.util.Criteria;
......@@ -123,6 +124,7 @@ public class PaintPreviewPlayerTest extends DummyUiActivityTestCase {
@Test
@MediumTest
@DisabledTest(message = "https://crbug.com/1093083")
public void overscrollRefreshTest() throws Exception {
initPlayerManager();
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