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

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

Issue 2689323007: Disable flaky PaymentRequestCreditCardEditorTest.EnteringValidData on Win (Closed)
Patch Set: Created 3 years, 10 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_credit_card_editor_interactive_uitest.cc
diff --git a/chrome/browser/ui/views/payments/payment_request_credit_card_editor_interactive_uitest.cc b/chrome/browser/ui/views/payments/payment_request_credit_card_editor_interactive_uitest.cc
index 2f75250e9d3bd83bb307992d5387e9817bf5b704..2d98466f3c9b92782b60faaf03a399b04488a820 100644
--- a/chrome/browser/ui/views/payments/payment_request_credit_card_editor_interactive_uitest.cc
+++ b/chrome/browser/ui/views/payments/payment_request_credit_card_editor_interactive_uitest.cc
@@ -23,7 +23,14 @@ class PaymentRequestCreditCardEditorTest
DISALLOW_COPY_AND_ASSIGN(PaymentRequestCreditCardEditorTest);
};
-IN_PROC_BROWSER_TEST_F(PaymentRequestCreditCardEditorTest, EnteringValidData) {
+// Flaky on Win. http://crbug.com/691185
+#if defined(OS_WIN)
+#define MAYBE_EnteringValidData DISABLED_EnteringValidData
+#else
+#define MAYBE_EnteringValidData EnteringValidData
+#endif
+IN_PROC_BROWSER_TEST_F(PaymentRequestCreditCardEditorTest,
+ MAYBE_EnteringValidData) {
InvokePaymentRequestUI();
OpenPaymentMethodScreen();
« 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