Commit f3c54b3f authored by Ted Choc's avatar Ted Choc Committed by Commit Bot

Migrate ChainedTasksTest to use Batched execution.

BUG=

Change-Id: Iba9b613656bf8ff6ba4c9e5c4ebdec3854582931
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2502782Reviewed-by: default avatarMichael Thiessen <mthiesse@chromium.org>
Commit-Queue: Ted Choc <tedchoc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821364}
parent e0202790
......@@ -12,6 +12,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.task.PostTask;
import org.chromium.base.test.BaseJUnit4ClassRunner;
import org.chromium.base.test.util.Batch;
import org.chromium.content_public.browser.UiThreadTaskTraits;
import org.chromium.content_public.browser.test.util.TestThreadUtils;
......@@ -25,6 +26,7 @@ import java.util.concurrent.TimeUnit;
* Tests for {@link ChainedTasks}.
*/
@RunWith(BaseJUnit4ClassRunner.class)
@Batch(Batch.UNIT_TESTS)
public class ChainedTasksTest {
private static final long TIMEOUT_MS = 1000;
......
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