Commit 4aa035ad authored by Ben Joyce's avatar Ben Joyce Committed by Commit Bot

Add tilegroups as batched tests.

This reduces test execution time from about 14756ms to 6030ms

Bug: 989569
Change-Id: Ib7e83e97f4a9814ba964d455d82a40857d698e16
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429253Reviewed-by: default avatarCathy Li <chili@chromium.org>
Reviewed-by: default avatarJustin DeWitt <dewittj@chromium.org>
Commit-Queue: benjamin joyce <bjoyce@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810878}
parent a18b4f05
......@@ -20,6 +20,7 @@ import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.chromium.base.test.util.Batch;
import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.Feature;
......@@ -57,6 +58,7 @@ import java.util.concurrent.TimeoutException;
* Instrumentation tests for {@link TileGroup} on the New Tab Page.
*/
@RunWith(ChromeJUnit4ClassRunner.class)
@Batch(Batch.PER_CLASS)
@CommandLineFlags.Add({ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE})
public class TileGroupTest {
@Rule
......
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