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

Unified Diff: chrome/browser/ui/views/payments/payment_request_can_make_payment_browsertest.cc

Issue 2774253002: Disable flaky PaymentRequestCanMakePaymentQueryTest.CanMakePayment_Supported (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/payments/payment_request_can_make_payment_browsertest.cc
diff --git a/chrome/browser/ui/views/payments/payment_request_can_make_payment_browsertest.cc b/chrome/browser/ui/views/payments/payment_request_can_make_payment_browsertest.cc
index ca68e55eb9932f62a5ca66d68758bb82ca4d408d..0cb839dd3eee146f712fcd2bf3d09d12fbb67253 100644
--- a/chrome/browser/ui/views/payments/payment_request_can_make_payment_browsertest.cc
+++ b/chrome/browser/ui/views/payments/payment_request_can_make_payment_browsertest.cc
@@ -29,8 +29,14 @@ class PaymentRequestCanMakePaymentQueryTest
};
// Visa is required, and user has a visa instrument.
+// Test is flaky on ChromeOS. crbug.com/705225
+#if defined(OS_CHROMEOS)
+#define MAYBE_CanMakePayment_Supported DISABLED_CanMakePayment_Supported
+#else
+#define MAYBE_CanMakePayment_Supported CanMakePayment_Supported
+#endif
IN_PROC_BROWSER_TEST_F(PaymentRequestCanMakePaymentQueryTest,
- CanMakePayment_Supported) {
+ MAYBE_CanMakePayment_Supported) {
const autofill::CreditCard card = autofill::test::GetCreditCard(); // Visa.
AddCreditCard(card);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698