Commit 403efdfa authored by Tim Volodine's avatar Tim Volodine Committed by Commit Bot

Disable flaky ExpandablePaymentHandlerTest#testSecureConnectionShowUi* tests on Tablets

The parameterized ExpandablePaymentHandlerTest#testSecureConnectionShowUi*
tests appear to be flaky on Android Tablet bots
(in particular on Marshmallow Tablet Tester).

BUG=1135547
TBR=rouslan@chromium.org

Change-Id: I8e660266edb7af99f2b9ea03bf48151ee900cfbf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2452809Reviewed-by: default avatarTim Volodine <timvolodine@chromium.org>
Commit-Queue: Tim Volodine <timvolodine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#814223}
parent 76177283
......@@ -31,6 +31,7 @@ import org.chromium.base.test.params.ParameterProvider;
import org.chromium.base.test.params.ParameterSet;
import org.chromium.base.test.params.ParameterizedRunner;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisableIf;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.chrome.R;
......@@ -45,6 +46,7 @@ import org.chromium.content_public.browser.test.util.CriteriaHelper;
import org.chromium.net.test.EmbeddedTestServer;
import org.chromium.net.test.ServerCertificate;
import org.chromium.ui.test.util.DisableAnimationsTestRule;
import org.chromium.ui.test.util.UiDisableIf;
import org.chromium.url.GURL;
import java.util.Arrays;
......@@ -396,6 +398,7 @@ public class ExpandablePaymentHandlerTest {
@Test
@SmallTest
@Feature({"Payments"})
@DisableIf.Device(type = {UiDisableIf.TABLET}) // https://crbug.com/1135547
@ParameterAnnotations.UseMethodParameter(GoodCertParams.class)
public void testSecureConnectionShowUi(int goodCertificate) throws Throwable {
startServer(goodCertificate);
......
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