Commit 1a28cd40 authored by Alice Wang's avatar Alice Wang Committed by Commit Bot

[Android][Test] Batch IncognitoInterstitialTest

This CL batches IncognitoInterstitialTest.

Bug: 1149978
Change-Id: I600053a52536dd06a0e34c854818889d830d18bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546598Reviewed-by: default avatarMichael Thiessen <mthiesse@chromium.org>
Commit-Queue: Alice Wang <aliceywang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#828743}
parent f049b95e
......@@ -27,6 +27,7 @@ import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.chromium.base.test.util.Batch;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.flags.ChromeSwitches;
......@@ -39,6 +40,7 @@ import org.chromium.ui.test.util.DummyUiActivity;
*/
@RunWith(ChromeJUnit4ClassRunner.class)
@CommandLineFlags.Add({ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE})
@Batch(Batch.PER_CLASS)
public class IncognitoInterstitialTest {
@Mock
private IncognitoInterstitialDelegate mIncognitoInterstitialDelegateMock;
......
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