Commit d577494f authored by tedchoc's avatar tedchoc Committed by Commit bot

Disable PaymentRequestDynamicShippingSingleAddressTest#testAddAddressAndPay on svelte

Has never passed since it was introduced.  Disabling on low end
for now.

BUG=626289

Review-Url: https://codereview.chromium.org/2170183004
Cr-Commit-Position: refs/heads/master@{#407196}
parent e5b34a53
...@@ -4,10 +4,13 @@ ...@@ -4,10 +4,13 @@
package org.chromium.chrome.browser.payments; package org.chromium.chrome.browser.payments;
import static org.chromium.base.test.util.Restriction.RESTRICTION_TYPE_NON_LOW_END_DEVICE;
import android.content.DialogInterface; import android.content.DialogInterface;
import android.test.suitebuilder.annotation.MediumTest; import android.test.suitebuilder.annotation.MediumTest;
import org.chromium.base.ThreadUtils; import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.Restriction;
import org.chromium.chrome.R; import org.chromium.chrome.R;
import org.chromium.chrome.browser.autofill.AutofillTestHelper; import org.chromium.chrome.browser.autofill.AutofillTestHelper;
import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile; import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
...@@ -77,6 +80,7 @@ public class PaymentRequestDynamicShippingSingleAddressTest extends PaymentReque ...@@ -77,6 +80,7 @@ public class PaymentRequestDynamicShippingSingleAddressTest extends PaymentReque
/** Add a valid address and complete the transaction. */ /** Add a valid address and complete the transaction. */
@MediumTest @MediumTest
@Restriction(RESTRICTION_TYPE_NON_LOW_END_DEVICE) // crbug.com/626289
public void testAddAddressAndPay() public void testAddAddressAndPay()
throws InterruptedException, ExecutionException, TimeoutException { throws InterruptedException, ExecutionException, TimeoutException {
triggerUIAndWait(mReadyForInput); triggerUIAndWait(mReadyForInput);
......
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