Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5119)

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppAndCardsTest.java

Issue 2334133003: Mark flaky chrome_public tests with @RetryOnFailure Batch 4 (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppAndCardsTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppAndCardsTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppAndCardsTest.java
index 52f181cef4c524df7cad099ad434ca42015238f1..e64f3e2a493533ec7c17e1178fceba658805c344 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppAndCardsTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppAndCardsTest.java
@@ -8,6 +8,7 @@ import android.content.DialogInterface;
import android.test.suitebuilder.annotation.MediumTest;
import org.chromium.base.test.util.Feature;
+import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.autofill.AutofillTestHelper;
import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
@@ -47,6 +48,7 @@ public class PaymentRequestPaymentAppAndCardsTest extends PaymentRequestTestBase
*/
@MediumTest
@Feature({"Payments"})
+ @RetryOnFailure
public void testNoInstrumentsInFastBobPay() throws InterruptedException, ExecutionException,
TimeoutException {
runTest(NO_INSTRUMENTS, IMMEDIATE_RESPONSE);
@@ -58,6 +60,7 @@ public class PaymentRequestPaymentAppAndCardsTest extends PaymentRequestTestBase
*/
@MediumTest
@Feature({"Payments"})
+ @RetryOnFailure
public void testNoInstrumentsInSlowBobPay() throws InterruptedException, ExecutionException,
TimeoutException {
runTest(NO_INSTRUMENTS, DELAYED_RESPONSE);
@@ -69,6 +72,7 @@ public class PaymentRequestPaymentAppAndCardsTest extends PaymentRequestTestBase
*/
@MediumTest
@Feature({"Payments"})
+ @RetryOnFailure
public void testHaveInstrumentsInFastBobPay() throws InterruptedException, ExecutionException,
TimeoutException {
runTest(HAVE_INSTRUMENTS, IMMEDIATE_RESPONSE);

Powered by Google App Engine
This is Rietveld 408576698