Commit d526cb76 authored by sebsg's avatar sebsg Committed by Commit bot

[Payments] Disable flaky test in PaymentRequestNoShippingTest.

BUG=678983

TBR=rouslan@chromium.org

Review-Url: https://codereview.chromium.org/2617943003
Cr-Commit-Position: refs/heads/master@{#441992}
parent 4b8c7297
...@@ -10,6 +10,7 @@ import android.support.test.filters.MediumTest; ...@@ -10,6 +10,7 @@ import android.support.test.filters.MediumTest;
import org.chromium.base.ThreadUtils; import org.chromium.base.ThreadUtils;
import org.chromium.base.metrics.RecordHistogram; import org.chromium.base.metrics.RecordHistogram;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.FlakyTest;
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;
...@@ -113,6 +114,7 @@ public class PaymentRequestNoShippingTest extends PaymentRequestTestBase { ...@@ -113,6 +114,7 @@ public class PaymentRequestNoShippingTest extends PaymentRequestTestBase {
/** Attempt to add a credit card with an empty name on card and cancel payment. */ /** Attempt to add a credit card with an empty name on card and cancel payment. */
@MediumTest @MediumTest
@FlakyTest(message = "crbug.com/678983")
@Feature({"Payments"}) @Feature({"Payments"})
public void testAddEmptyNameOnCardAndCancel() public void testAddEmptyNameOnCardAndCancel()
throws InterruptedException, ExecutionException, TimeoutException { throws InterruptedException, ExecutionException, TimeoutException {
......
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