Commit 9ecdd58e authored by Shimi Zhang's avatar Shimi Zhang Committed by Commit Bot

[Android] Disable a flaky test testCancel_MayInterrupt_TaskIsInterrupted

TBR: changwan@chromium.org
Bug: 1022954
Change-Id: I3d5d259e3b045181f3c57ff70dcd3fcb4b1a279a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1907191Reviewed-by: default avatarShimi Zhang <ctzsm@chromium.org>
Reviewed-by: default avatarChangwan Ryu <changwan@chromium.org>
Commit-Queue: Shimi Zhang <ctzsm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713946}
parent f3562943
...@@ -14,6 +14,7 @@ import android.support.test.filters.SmallTest; ...@@ -14,6 +14,7 @@ import android.support.test.filters.SmallTest;
import org.junit.After; import org.junit.After;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule; import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
import org.junit.rules.ExpectedException; import org.junit.rules.ExpectedException;
...@@ -171,6 +172,7 @@ public class AsyncTaskThreadTest { ...@@ -171,6 +172,7 @@ public class AsyncTaskThreadTest {
@Test @Test
@SmallTest @SmallTest
@Ignore("crbug.com/1022954")
public void testCancel_MayInterrupt_TaskIsInterrupted() throws Exception { public void testCancel_MayInterrupt_TaskIsInterrupted() throws Exception {
mTask.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR); mTask.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
......
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