Commit 008ec7e5 authored by Ella Ge's avatar Ella Ge Committed by Commit Bot

[Sheriff] Disable PaymentHandlerEnableDelegationsTest#testContactDelegation

Test is flaky.

TBR=sahel@chromium.org

No-try: true
Bug: 1054108
Change-Id: Iba8f8b36d7f972928571462f50493efc36892d35
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062886Reviewed-by: default avatarElla Ge <eirage@chromium.org>
Commit-Queue: Ella Ge <eirage@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742789}
parent 04bbedf0
...@@ -18,6 +18,7 @@ import org.junit.runner.RunWith; ...@@ -18,6 +18,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.test.util.CallbackHelper; import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.chrome.R; import org.chromium.chrome.R;
import org.chromium.chrome.browser.ChromeSwitches; import org.chromium.chrome.browser.ChromeSwitches;
...@@ -98,6 +99,7 @@ public class PaymentHandlerEnableDelegationsTest { ...@@ -98,6 +99,7 @@ public class PaymentHandlerEnableDelegationsTest {
@Test @Test
@Feature({"Payments"}) @Feature({"Payments"})
@DisabledTest(message = "Test is flaky, see crbug.com/1054108")
@MediumTest @MediumTest
public void testContactDelegation() throws Throwable { public void testContactDelegation() throws Throwable {
installPaymentHandlerWithDelegations("['payerName', 'payerEmail', 'payerPhone']"); installPaymentHandlerWithDelegations("['payerName', 'payerEmail', 'payerPhone']");
......
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