| Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java
|
| index fd11b176283dd1f25c4a631492eb450154e62da1..284a17800c3199a0f34d76679852786724b01dec 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestNoShippingTest.java
|
| @@ -5,12 +5,13 @@
|
| package org.chromium.chrome.browser.payments;
|
|
|
| import android.content.DialogInterface;
|
| +import android.os.Build;
|
| import android.support.test.filters.MediumTest;
|
|
|
| import org.chromium.base.ThreadUtils;
|
| import org.chromium.base.metrics.RecordHistogram;
|
| import org.chromium.base.test.util.Feature;
|
| -import org.chromium.base.test.util.FlakyTest;
|
| +import org.chromium.base.test.util.MinAndroidSdkLevel;
|
| import org.chromium.chrome.R;
|
| import org.chromium.chrome.browser.autofill.AutofillTestHelper;
|
| import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
|
| @@ -114,7 +115,7 @@ public class PaymentRequestNoShippingTest extends PaymentRequestTestBase {
|
|
|
| /** Attempt to add a credit card with an empty name on card and cancel payment. */
|
| @MediumTest
|
| - @FlakyTest(message = "crbug.com/678983")
|
| + @MinAndroidSdkLevel(Build.VERSION_CODES.LOLLIPOP) // crbug.com/678983
|
| @Feature({"Payments"})
|
| public void testAddEmptyNameOnCardAndCancel()
|
| throws InterruptedException, ExecutionException, TimeoutException {
|
|
|